Home
last modified time | relevance | path

Searched refs:g_mesh_node (Results 1 – 1 of 1) sorted by relevance

/AliOS-Things-master/components/ble_mesh/bt_mesh/mesh_node/
A Dmesh_node.c81 mesh_node g_mesh_node; variable
130 ret = report_auto_config_status(g_mesh_node.prov_addr, g_mesh_node.auto_config_status); in auto_config_timeout_cb()
154 k_timer_start(&g_mesh_node.auto_config_timer, g_mesh_node.auto_config_timeout); in auto_config_timeout_cb()
330 k_timer_start(&g_mesh_node.add_appkey_timer, g_mesh_node.add_appkey_timeout); in add_appkey_timeout_cb()
456 g_mesh_node.input_act = act; in node_input()
597 if (!g_mesh_node.init_flag) { in ble_mesh_node_OOB_input_string()
627 if (!g_mesh_node.init_flag) { in ble_mesh_node_OOB_input_num()
773 k_timer_start(&g_mesh_node.auto_config_timer, g_mesh_node.auto_config_timeout); in node_model_message_cb()
841 g_mesh_node.comp = mesh_comp; in ble_mesh_node_init()
1016 if (g_mesh_node.node_provisioned && g_mesh_node.rssi_report_enable) { in ble_mesh_node_init()
[all …]

Completed in 51 milliseconds