Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_common/
Dmesh_common.c86 return ROLE_NVAL; in bt_mesh_get_device_role()
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/include/
Dmesh_main.h315 ROLE_NVAL, enumerator
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_models/client/
Dclient_common.c513 if (role >= ROLE_NVAL) { in bt_mesh_set_client_model_role()
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/
Daccess.c765 if (role == ROLE_NVAL) { in model_send()
806 if (role == ROLE_NVAL) { in bt_mesh_model_send()
Dtransport.c619 if (role == ROLE_NVAL) { in bt_mesh_trans_send()