Searched refs:bt_mesh_get_device_role (Results 1 – 4 of 4) sorted by relevance
66 uint8_t bt_mesh_get_device_role(struct bt_mesh_model *model, bool srv_send);
75 uint8_t bt_mesh_get_device_role(struct bt_mesh_model *model, bool srv_send) in bt_mesh_get_device_role() function
764 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()
618 role = bt_mesh_get_device_role(tx->ctx->model, tx->ctx->srv_send); in bt_mesh_trans_send()