Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_common/
Dmesh_common.c81 return NODE; in bt_mesh_get_device_role()
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/
Daccess.c183 .srv_send = (pub->dev_role == NODE ? true : false), in publish_retransmit()
742 if (IS_ENABLED(CONFIG_BLE_MESH_NODE) && bt_mesh_is_provisioned() && role == NODE) { in ready_to_send()
879 ctx.srv_send = pub->dev_role == NODE ? true : false; in bt_mesh_model_publish()
949 if (IS_ENABLED(CONFIG_BLE_MESH_NODE) && bt_mesh_is_provisioned() && role == NODE) { in bt_mesh_tx_netkey_get()
964 if (IS_ENABLED(CONFIG_BLE_MESH_NODE) && bt_mesh_is_provisioned() && role == NODE) { in bt_mesh_tx_devkey_get()
979 if (IS_ENABLED(CONFIG_BLE_MESH_NODE) && bt_mesh_is_provisioned() && role == NODE) { in bt_mesh_tx_appkey_get()
Dfriend.c393 bt_mesh_is_provisioned()) ? NODE : PROVISIONER; in unseg_app_sdu_unpack()
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/include/
Dmesh_main.h312 NODE = 0, enumerator