Home
last modified time | relevance | path

Searched refs:send_rel (Results 1 – 13 of 13) sorted by relevance

/hal_espressif-latest/components/bt/esp_ble_mesh/btc/
Dbtc_ble_mesh_time_scene_model.c311 common.ctx.send_rel = params->ctx.send_rel; in btc_ble_mesh_time_scene_client_call_handler()
331 common.ctx.send_rel = params->ctx.send_rel; in btc_ble_mesh_time_scene_client_call_handler()
Dbtc_ble_mesh_health_model.c326 param.ctx.send_rel = params->ctx.send_rel; in btc_ble_mesh_health_client_get_state()
361 param.ctx.send_rel = params->ctx.send_rel; in btc_ble_mesh_health_client_set_state()
Dbtc_ble_mesh_lighting_model.c309 common.ctx.send_rel = params->ctx.send_rel; in btc_ble_mesh_lighting_client_call_handler()
329 common.ctx.send_rel = params->ctx.send_rel; in btc_ble_mesh_lighting_client_call_handler()
Dbtc_ble_mesh_config_model.c408 param.ctx.send_rel = params->ctx.send_rel; in btc_ble_mesh_config_client_get_state()
488 param.ctx.send_rel = params->ctx.send_rel; in btc_ble_mesh_config_client_set_state()
Dbtc_ble_mesh_generic_model.c465 common.ctx.send_rel = params->ctx.send_rel; in btc_ble_mesh_generic_client_call_handler()
485 common.ctx.send_rel = params->ctx.send_rel; in btc_ble_mesh_generic_client_call_handler()
Dbtc_ble_mesh_sensor_model.c547 common.ctx.send_rel = params->ctx.send_rel; in btc_ble_mesh_sensor_client_call_handler()
567 common.ctx.send_rel = params->ctx.send_rel; in btc_ble_mesh_sensor_client_call_handler()
Dbtc_ble_mesh_prov.c2396 .ctx.send_rel = arg->model_send.ctx->send_rel, in btc_ble_mesh_model_call_handler()
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/include/
Dmesh_access.h154 uint8_t send_rel: 1; member
363 send_rel:1; /**< Force reliable sending (segment acks) */ member
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_models/client/
Dclient_common.c175 if (msg->len > BLE_MESH_SDU_UNSEG_MAX || ctx->send_rel) { in bt_mesh_client_calc_timeout()
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/
Daccess.c875 ctx.send_rel = pub->send_rel; in bt_mesh_model_publish()
Dtransport.c611 tx->ctx->send_rel = 1U; in bt_mesh_trans_send()
632 if (!tx->ctx->send_rel || net_buf_simple_tailroom(msg) < BLE_MESH_MIC_LONG) { in bt_mesh_trans_send()
653 if (tx->ctx->send_rel) { in bt_mesh_trans_send()
/hal_espressif-latest/components/bt/esp_ble_mesh/api/
Desp_ble_mesh_defs.h383 send_rel:1; /*!< Force reliable sending (segment acks) */ member
540 uint8_t send_rel: 1; member
/hal_espressif-latest/components/bt/esp_ble_mesh/api/core/
Desp_ble_mesh_networking_api.c66 mic_len = ctx->send_rel ? ESP_BLE_MESH_MIC_LONG : ESP_BLE_MESH_MIC_SHORT; in ble_mesh_model_send_msg()