Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/
Dfast_prov.c156 if (bt_mesh_beacon_get() == BLE_MESH_BEACON_ENABLED) { in bt_mesh_set_fast_prov_action()
170 if (bt_mesh_beacon_get() == BLE_MESH_BEACON_ENABLED) { in bt_mesh_set_fast_prov_action()
Dmain.c321 if (bt_mesh_beacon_get() == BLE_MESH_BEACON_ENABLED) { in bt_mesh_suspend()
361 if (bt_mesh_beacon_get() == BLE_MESH_BEACON_ENABLED) { in bt_mesh_resume()
647 if (bt_mesh_beacon_get() == BLE_MESH_BEACON_ENABLED) { in bt_mesh_provisioner_enable()
710 if (bt_mesh_beacon_get() == BLE_MESH_BEACON_ENABLED) { in bt_mesh_provisioner_disable()
Dbeacon.c323 if (bt_mesh_beacon_get() == BLE_MESH_BEACON_ENABLED || in beacon_send()
432 if (bt_mesh_beacon_get() == BLE_MESH_BEACON_ENABLED && in secure_beacon_recv()
Dnet.c1566 if (bt_mesh_beacon_get() == BLE_MESH_BEACON_ENABLED) { in bt_mesh_net_start()
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/include/
Dmesh_main.h425 #define BLE_MESH_BEACON_ENABLED 0x01 macro