Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_common/include/
Dmesh_common.h66 uint8_t bt_mesh_get_device_role(struct bt_mesh_model *model, bool srv_send);
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_common/
Dmesh_common.c75 uint8_t bt_mesh_get_device_role(struct bt_mesh_model *model, bool srv_send) in bt_mesh_get_device_role() function
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/
Daccess.c764 role = bt_mesh_get_device_role(model, tx->ctx->srv_send); in model_send()
805 role = bt_mesh_get_device_role(model, ctx->srv_send); in bt_mesh_model_send()
Dtransport.c618 role = bt_mesh_get_device_role(tx->ctx->model, tx->ctx->srv_send); in bt_mesh_trans_send()