Searched refs:device_role (Results 1 – 4 of 4) sorted by relevance
/hal_espressif-latest/components/bt/esp_ble_mesh/api/core/ |
D | esp_ble_mesh_networking_api.c | 23 esp_ble_mesh_dev_role_t device_role) in ble_mesh_model_send_msg() argument 38 if (device_role > ROLE_FAST_PROV) { in ble_mesh_model_send_msg() 39 BT_ERR("Invalid device role 0x%02x", device_role); in ble_mesh_model_send_msg() 92 arg.model_publish.device_role = device_role; in ble_mesh_model_send_msg() 100 arg.model_send.device_role = device_role; in ble_mesh_model_send_msg() 192 esp_ble_mesh_dev_role_t device_role) in esp_ble_mesh_client_model_send_msg() argument 201 length, data, msg_timeout, need_rsp, device_role); in esp_ble_mesh_client_model_send_msg() 206 esp_ble_mesh_dev_role_t device_role) in esp_ble_mesh_model_publish() argument 214 length, data, 0, false, device_role); in esp_ble_mesh_model_publish()
|
/hal_espressif-latest/components/bt/esp_ble_mesh/api/core/include/ |
D | esp_ble_mesh_networking_api.h | 123 esp_ble_mesh_dev_role_t device_role); 146 esp_ble_mesh_dev_role_t device_role);
|
/hal_espressif-latest/components/bt/esp_ble_mesh/btc/include/ |
D | btc_ble_mesh_prov.h | 319 uint8_t device_role; member 328 uint8_t device_role; member
|
/hal_espressif-latest/components/bt/esp_ble_mesh/btc/ |
D | btc_ble_mesh_prov.c | 2344 if (arg->model_publish.device_role == PROVISIONER) { in btc_ble_mesh_model_call_handler() 2347 arg->model_publish.device_role); in btc_ble_mesh_model_call_handler() 2400 .msg_role = arg->model_send.device_role, in btc_ble_mesh_model_call_handler()
|