Home
last modified time | relevance | path

Searched refs:bt_mesh_beacon_get (Results 1 – 6 of 6) 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()
485 } else if (bt_mesh_beacon_get() == BLE_MESH_BEACON_DISABLED) { in bt_mesh_beacon_ivu_initiator()
Dfoundation.h155 uint8_t bt_mesh_beacon_get(void);
Dcfg_srv.c682 net_buf_simple_add_u8(&msg, bt_mesh_beacon_get()); in beacon_get()
722 net_buf_simple_add_u8(&msg, bt_mesh_beacon_get()); in beacon_set()
3595 uint8_t bt_mesh_beacon_get(void) in bt_mesh_beacon_get() function
Dnet.c1566 if (bt_mesh_beacon_get() == BLE_MESH_BEACON_ENABLED) { in bt_mesh_net_start()