/hal_espressif-3.5.0/components/bt/host/bluedroid/stack/gatt/ |
D | gatt_db.c | 49 UINT16 handle, UINT16 offset, UINT32 trans_id, BOOLEAN need_rsp); 348 BOOLEAN need_rsp; in gatts_db_read_attr_value_by_type() local 378 need_rsp = TRUE; in gatts_db_read_attr_value_by_type() 379 … 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() 385 need_rsp = FALSE; in gatts_db_read_attr_value_by_type() 386 … 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() 944 BOOLEAN need_rsp = (status != GATT_STACK_RSP); in gatts_read_attr_value_by_handle() local 945 … 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() 1420 UINT16 handle, UINT16 offset, UINT32 trans_id, BOOLEAN need_rsp) in gatts_send_app_read_request() argument 1446 sr_data.read_req.need_rsp = need_rsp; in gatts_send_app_read_request() [all …]
|
D | gatt_sr.c | 1117 sr_data.write_req.need_rsp = FALSE; in gatts_process_write_req() 1157 sr_data.write_req.need_rsp = TRUE; in gatts_process_write_req() 1172 if ((op_code == GATT_REQ_WRITE) && (sr_data.write_req.need_rsp == FALSE)){ in gatts_process_write_req() 1326 sr_data.write_req.need_rsp = (status == GATT_APP_RSP) ? TRUE : FALSE; in gatt_attr_process_prepare_write()
|
D | gatt_attr.c | 251 if (!p_data->write_req.need_rsp) { in gatt_request_cback()
|
/hal_espressif-3.5.0/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-3.5.0/components/bt/host/bluedroid/api/include/api/ |
D | esp_gatts_api.h | 78 bool need_rsp; /*!< The read operation need to do response */ member 91 bool need_rsp; /*!< The write operation need to do response */ member
|
/hal_espressif-3.5.0/components/bt/host/bluedroid/btc/profile/esp/include/ |
D | wx_airsync_prf.h | 58 BOOLEAN need_rsp; member
|
D | button_pro.h | 67 BOOLEAN need_rsp; member
|
/hal_espressif-3.5.0/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-3.5.0/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-3.5.0/components/bt/host/bluedroid/stack/include/stack/ |
D | gatt_api.h | 370 BOOLEAN need_rsp; member 379 BOOLEAN need_rsp; /* need write response */ member
|
/hal_espressif-3.5.0/examples/bluetooth/bluedroid/ble/gatt_server_service_table/main/ |
D | gatts_table_creat_demo.c | 301 if (param->write.need_rsp){ in example_prepare_write_event_env() 420 if (param->write.need_rsp){ in gatts_profile_event_handler()
|
/hal_espressif-3.5.0/components/bt/host/bluedroid/btc/profile/std/gatt/ |
D | btc_gatts.c | 778 param.read.need_rsp = p_data->req_data.p_data->read_req.need_rsp; in btc_gatts_cb_handler() 792 param.write.need_rsp = p_data->req_data.p_data->write_req.need_rsp; in btc_gatts_cb_handler()
|
/hal_espressif-3.5.0/components/bt/host/bluedroid/btc/profile/std/battery/ |
D | battery_prf.c | 356 cfg.need_rsp = p_data->write_req.need_rsp; in bas_s_write_attr_value()
|
/hal_espressif-3.5.0/examples/bluetooth/bluedroid/ble/ble_compatibility_test/main/ |
D | ble_compatibility_test.c | 405 if (param->write.need_rsp){ in example_prepare_write_event_env() 539 if (param->write.need_rsp){ in gatts_profile_event_handler()
|
/hal_espressif-3.5.0/components/bt/esp_ble_mesh/btc/include/ |
D | btc_ble_mesh_prov.h | 324 bool need_rsp; member
|
/hal_espressif-3.5.0/examples/bluetooth/bluedroid/ble/gatt_server/tutorial/ |
D | Gatt_Server_Example_Walkthrough.md | 671 bool need_rsp; /*!< The read operation need to do response */ 706 bool need_rsp; /*!< The write operation need to do response */ 772 if (param->write.need_rsp){ 817 … is checked in the write procedure by examining the value of the `write.need_rsp parameter`. If a … 823 if (param->write.need_rsp){
|
/hal_espressif-3.5.0/examples/system/ota/advanced_https_ota/main/ble_helper/ |
D | bluedroid_gatts.c | 108 if (param->write.need_rsp) { in example_write_event_env()
|
/hal_espressif-3.5.0/components/bt/host/bluedroid/stack/gap/ |
D | gap_ble.c | 335 if (!p_data->write_req.need_rsp) { in gap_ble_s_attr_request_cback()
|
/hal_espressif-3.5.0/examples/bluetooth/bluedroid/ble/ble_throughput/throughput_server/main/ |
D | example_ble_server_throughput.c | 282 if (param->write.need_rsp) { in example_write_event_env()
|
/hal_espressif-3.5.0/docs/zh_CN/api-guides/esp-ble-mesh/ |
D | ble-mesh-faq.rst | 418 …cpp:func:`esp_ble_mesh_client_model_send_msg` with the parameter :code:`need_rsp` set to :code:`fa…
|
/hal_espressif-3.5.0/components/protocomm/src/transports/ |
D | protocomm_ble.c | 179 if (param->write.need_rsp) { in prepare_write_event_env()
|
/hal_espressif-3.5.0/examples/bluetooth/bluedroid/coex/a2dp_gatts_coex/main/ |
D | main.c | 197 if (param->write.need_rsp){ in example_write_event_env()
|
/hal_espressif-3.5.0/examples/bluetooth/bluedroid/ble/gatt_server/main/ |
D | gatts_demo.c | 244 if (param->write.need_rsp){ in example_write_event_env()
|
/hal_espressif-3.5.0/examples/bluetooth/bluedroid/coex/gattc_gatts_coex/main/ |
D | gattc_gatts_coex.c | 527 if (param->write.need_rsp) { in example_write_event_env()
|