/hal_espressif-latest/components/bt/host/bluedroid/stack/gatt/ |
D | gatt_db.c | 51 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 …]
|
D | gatt_sr.c | 1234 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()
|
D | gatt_attr.c | 358 if (!p_data->write_req.need_rsp) { in gatt_request_cback()
|
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/esp/include/ |
D | wx_airsync_prf.h | 50 BOOLEAN need_rsp; member
|
D | button_pro.h | 59 BOOLEAN need_rsp; member
|
/hal_espressif-latest/components/bt/host/bluedroid/api/include/api/ |
D | esp_gatts_api.h | 70 …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/ |
D | srvc_api.h | 87 BOOLEAN need_rsp; member
|
D | dis_api.h | 132 BOOLEAN need_rsp; member
|
/hal_espressif-latest/components/bt/esp_ble_mesh/api/core/ |
D | esp_ble_mesh_networking_api.c | 22 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/ |
D | esp_ble_mesh_networking_api.h | 122 int32_t msg_timeout, bool need_rsp,
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/ |
D | gatt_api.h | 375 BOOLEAN need_rsp; member 384 BOOLEAN need_rsp; /* need write response */ member
|
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/battery/ |
D | battery_prf.c | 351 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/ |
D | btc_gatts.c | 790 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/ |
D | btc_ble_mesh_prov.h | 325 bool need_rsp; member
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/gap/ |
D | gap_ble.c | 357 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/ |
D | mesh_bearer_adapt.c | 585 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/ |
D | btc_ble_mesh_prov.c | 2402 err = bt_mesh_client_send_msg(¶m, buf, arg->model_send.need_rsp, in btc_ble_mesh_model_call_handler()
|