Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/include/
Dmesh_main.h436 #define BLE_MESH_NODE_IDENTITY_RUNNING 0x01 macro
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/
Dproxy_server.c423 sub->node_id = BLE_MESH_NODE_IDENTITY_RUNNING; in bt_mesh_proxy_server_identity_start()
1222 return (sub->node_id == BLE_MESH_NODE_IDENTITY_RUNNING || in advertise_subnet()
1286 if (sub->node_id == BLE_MESH_NODE_IDENTITY_RUNNING) { in gatt_proxy_advertise()