Home
last modified time | relevance | path

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

12

/hal_espressif-3.5.0/components/bt/host/bluedroid/stack/gatt/
Dgatt_db.c49 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 …]
Dgatt_sr.c1117 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()
Dgatt_attr.c251 if (!p_data->write_req.need_rsp) { in gatt_request_cback()
/hal_espressif-3.5.0/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-3.5.0/components/bt/host/bluedroid/api/include/api/
Desp_gatts_api.h78 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/
Dwx_airsync_prf.h58 BOOLEAN need_rsp; member
Dbutton_pro.h67 BOOLEAN need_rsp; member
/hal_espressif-3.5.0/components/bt/host/bluedroid/btc/profile/std/include/
Dsrvc_api.h87 BOOLEAN need_rsp; member
Ddis_api.h132 BOOLEAN need_rsp; member
/hal_espressif-3.5.0/components/bt/esp_ble_mesh/api/core/include/
Desp_ble_mesh_networking_api.h122 int32_t msg_timeout, bool need_rsp,
/hal_espressif-3.5.0/components/bt/host/bluedroid/stack/include/stack/
Dgatt_api.h370 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/
Dgatts_table_creat_demo.c301 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/
Dbtc_gatts.c778 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/
Dbattery_prf.c356 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/
Dble_compatibility_test.c405 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/
Dbtc_ble_mesh_prov.h324 bool need_rsp; member
/hal_espressif-3.5.0/examples/bluetooth/bluedroid/ble/gatt_server/tutorial/
DGatt_Server_Example_Walkthrough.md671 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/
Dbluedroid_gatts.c108 if (param->write.need_rsp) { in example_write_event_env()
/hal_espressif-3.5.0/components/bt/host/bluedroid/stack/gap/
Dgap_ble.c335 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/
Dexample_ble_server_throughput.c282 if (param->write.need_rsp) { in example_write_event_env()
/hal_espressif-3.5.0/docs/zh_CN/api-guides/esp-ble-mesh/
Dble-mesh-faq.rst418 …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/
Dprotocomm_ble.c179 if (param->write.need_rsp) { in prepare_write_event_env()
/hal_espressif-3.5.0/examples/bluetooth/bluedroid/coex/a2dp_gatts_coex/main/
Dmain.c197 if (param->write.need_rsp){ in example_write_event_env()
/hal_espressif-3.5.0/examples/bluetooth/bluedroid/ble/gatt_server/main/
Dgatts_demo.c244 if (param->write.need_rsp){ in example_write_event_env()
/hal_espressif-3.5.0/examples/bluetooth/bluedroid/coex/gattc_gatts_coex/main/
Dgattc_gatts_coex.c527 if (param->write.need_rsp) { in example_write_event_env()

12