Home
last modified time | relevance | path

Searched refs:need_rsp (Results 1 – 17 of 17) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/stack/gatt/
Dgatt_db.c51 UINT16 handle, UINT16 offset, UINT32 trans_id, BOOLEAN need_rsp);
346 BOOLEAN need_rsp; in gatts_db_read_attr_value_by_type() local
376 need_rsp = TRUE; in gatts_db_read_attr_value_by_type()
377 … status = gatts_send_app_read_request(p_tcb, op_code, p_attr->handle, 0, trans_id, need_rsp); in gatts_db_read_attr_value_by_type()
383 need_rsp = FALSE; in gatts_db_read_attr_value_by_type()
384 … status = gatts_send_app_read_request(p_tcb, op_code, p_attr->handle, 0, trans_id, need_rsp); in gatts_db_read_attr_value_by_type()
1013 BOOLEAN need_rsp = (status != GATT_STACK_RSP); in gatts_read_attr_value_by_handle() local
1014 … status = gatts_send_app_read_request(p_tcb, op_code, p_attr->handle, offset, trans_id, need_rsp); in gatts_read_attr_value_by_handle()
1494 UINT16 handle, UINT16 offset, UINT32 trans_id, BOOLEAN need_rsp) in gatts_send_app_read_request() argument
1520 sr_data.read_req.need_rsp = need_rsp; in gatts_send_app_read_request()
[all …]
Dgatt_sr.c1234 sr_data.write_req.need_rsp = FALSE; in gatts_process_write_req()
1274 sr_data.write_req.need_rsp = TRUE; in gatts_process_write_req()
1289 if ((op_code == GATT_REQ_WRITE) && (sr_data.write_req.need_rsp == FALSE)){ in gatts_process_write_req()
1443 sr_data.write_req.need_rsp = (status == GATT_APP_RSP) ? TRUE : FALSE; in gatt_attr_process_prepare_write()
Dgatt_attr.c358 if (!p_data->write_req.need_rsp) { in gatt_request_cback()
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/esp/include/
Dwx_airsync_prf.h50 BOOLEAN need_rsp; member
Dbutton_pro.h59 BOOLEAN need_rsp; member
/hal_espressif-latest/components/bt/host/bluedroid/api/include/api/
Desp_gatts_api.h70 …bool need_rsp; /*!< True indicates that the `esp_ble_gatts_send_response` is requ… member
83 …bool need_rsp; /*!< True indicates that the `esp_ble_gatts_send_response` is requ… member
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/include/
Dsrvc_api.h87 BOOLEAN need_rsp; member
Ddis_api.h132 BOOLEAN need_rsp; member
/hal_espressif-latest/components/bt/esp_ble_mesh/api/core/
Desp_ble_mesh_networking_api.c22 int32_t msg_timeout, bool need_rsp, in ble_mesh_model_send_msg() argument
96 arg.model_send.need_rsp = need_rsp; in ble_mesh_model_send_msg()
191 int32_t msg_timeout, bool need_rsp, 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()
/hal_espressif-latest/components/bt/esp_ble_mesh/api/core/include/
Desp_ble_mesh_networking_api.h122 int32_t msg_timeout, bool need_rsp,
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dgatt_api.h375 BOOLEAN need_rsp; member
384 BOOLEAN need_rsp; /* need write response */ member
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/battery/
Dbattery_prf.c351 cfg.need_rsp = p_data->write_req.need_rsp; in bas_s_write_attr_value()
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/gatt/
Dbtc_gatts.c790 param.read.need_rsp = p_data->req_data.p_data->read_req.need_rsp; in btc_gatts_cb_handler()
804 param.write.need_rsp = p_data->req_data.p_data->write_req.need_rsp; in btc_gatts_cb_handler()
/hal_espressif-latest/components/bt/esp_ble_mesh/btc/include/
Dbtc_ble_mesh_prov.h325 bool need_rsp; member
/hal_espressif-latest/components/bt/host/bluedroid/stack/gap/
Dgap_ble.c357 if (!p_data->write_req.need_rsp) { in gap_ble_s_attr_request_cback()
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/bluedroid_host/
Dmesh_bearer_adapt.c585 if (p_data->req_data.p_data->write_req.need_rsp) { in bt_mesh_bta_gatts_cb()
/hal_espressif-latest/components/bt/esp_ble_mesh/btc/
Dbtc_ble_mesh_prov.c2402 err = bt_mesh_client_send_msg(&param, buf, arg->model_send.need_rsp, in btc_ble_mesh_model_call_handler()