Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/
Dbeacon.c310 if (IS_ENABLED(CONFIG_BLE_MESH_NODE) && bt_mesh_is_node() && in beacon_send()
329 if (IS_ENABLED(CONFIG_BLE_MESH_NODE) && bt_mesh_is_node()) { in beacon_send()
495 if (IS_ENABLED(CONFIG_BLE_MESH_NODE) && bt_mesh_is_node() && in bt_mesh_beacon_enable()
Dmain.c160 bool bt_mesh_is_node(void) in bt_mesh_is_node() function
167 if (bt_mesh_is_node()) { in bt_mesh_is_provisioned()
468 if (IS_ENABLED(CONFIG_BLE_MESH_NODE) && bt_mesh_is_node()) { in bt_mesh_deinit()
Dsettings.c1281 (!IS_ENABLED(CONFIG_BLE_MESH_PROVISIONER) || bt_mesh_is_node())) { in settings_core_load()
1361 if (bt_mesh_is_node()) { in settings_core_commit()
1412 if (bt_mesh_is_node() || bt_mesh_is_provisioner()) { in settings_core_commit()
1421 if (bt_mesh_is_node()) { in settings_core_commit()
2076 if (IS_ENABLED(CONFIG_BLE_MESH_NODE) && bt_mesh_is_node() && in store_pending()
2081 if (IS_ENABLED(CONFIG_BLE_MESH_NODE) && bt_mesh_is_node() && in store_pending()
2106 if (IS_ENABLED(CONFIG_BLE_MESH_NODE) && bt_mesh_is_node() && in store_pending()
2115 if (IS_ENABLED(CONFIG_BLE_MESH_NODE) && bt_mesh_is_node() && in store_pending()
2134 if (IS_ENABLED(CONFIG_BLE_MESH_NODE) && bt_mesh_is_node() && in store_pending()
Dscan.c248 if (IS_ENABLED(CONFIG_BLE_MESH_NODE) && bt_mesh_is_node()) { in bt_mesh_scan_cb()
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/include/
Dmesh_main.h539 bool bt_mesh_is_node(void);