Searched refs:srv_send (Results 1 – 7 of 7) sorted by relevance
75 uint8_t bt_mesh_get_device_role(struct bt_mesh_model *model, bool srv_send) in bt_mesh_get_device_role() argument79 if (srv_send) { in bt_mesh_get_device_role()
66 uint8_t bt_mesh_get_device_role(struct bt_mesh_model *model, bool srv_send);
183 .srv_send = (pub->dev_role == NODE ? true : false), in publish_retransmit()703 rx->ctx.srv_send = true; in bt_mesh_model_recv()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()879 ctx.srv_send = pub->dev_role == NODE ? true : false; in bt_mesh_model_publish()
618 role = bt_mesh_get_device_role(tx->ctx->model, tx->ctx->srv_send); in bt_mesh_trans_send()
168 bool srv_send; member
552 bool srv_send; member
2369 arg->model_send.ctx->srv_send = true; in btc_ble_mesh_model_call_handler()2398 .ctx.srv_send = false, in btc_ble_mesh_model_call_handler()