Home
last modified time | relevance | path

Searched refs:ESP_GATT_RSP_BY_APP (Results 1 – 5 of 5) sorted by relevance

/hal_espressif-3.6.0/components/bt/host/bluedroid/api/include/api/
Desp_gatt_defs.h330 #define ESP_GATT_RSP_BY_APP 0 macro
/hal_espressif-3.6.0/components/protocomm/src/transports/
Dprotocomm_ble.c367 (*gatt_db_generated)[0].attr_control.auto_rsp = ESP_GATT_RSP_BY_APP; in populate_gatt_db()
378 (*gatt_db_generated)[i].attr_control.auto_rsp = ESP_GATT_RSP_BY_APP; in populate_gatt_db()
/hal_espressif-3.6.0/components/bt/host/bluedroid/api/
Desp_gatts_api.c390 …NULL) && ((control->auto_rsp != ESP_GATT_AUTO_RSP) && (control->auto_rsp != ESP_GATT_RSP_BY_APP))){ in esp_ble_gatts_add_char_desc_param_check()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/gatt_server_service_table/tutorial/
DGatt_Server_Service_Table_Example_Walkthrough.md362 …g messages when read or write events arrive. The other option is ``ESP_GATT_RSP_BY_APP`` which all…
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/gatt_server/tutorial/
DGatt_Server_Example_Walkthrough.md541 … function, representing the attribute response control parameter, to `ESP_GATT_RSP_BY_APP` or NULL.