Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/esp_ble_mesh/api/core/
Desp_ble_mesh_networking_api.c23 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/
Desp_ble_mesh_networking_api.h123 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/
Dbtc_ble_mesh_prov.h319 uint8_t device_role; member
328 uint8_t device_role; member
/hal_espressif-latest/components/bt/esp_ble_mesh/btc/
Dbtc_ble_mesh_prov.c2344 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()