Home
last modified time | relevance | path

Searched refs:attr_control (Results 1 – 7 of 7) sorted by relevance

/hal_espressif-3.6.0/components/bt/host/bluedroid/btc/profile/std/include/
Dbtc_gatts.h97 esp_attr_control_t attr_control; member
106 esp_attr_control_t attr_control; member
/hal_espressif-3.6.0/components/bt/host/bluedroid/api/
Desp_gatts_api.c156 arg.add_char.attr_control.auto_rsp = control->auto_rsp; in esp_ble_gatts_add_char()
195 arg.add_descr.attr_control.auto_rsp = control->auto_rsp; in esp_ble_gatts_add_char_descr()
/hal_espressif-3.6.0/components/bt/host/bluedroid/btc/profile/std/gatt/
Dbtc_gatts.c355 control.auto_rsp = gatts_attr_db[i+1].attr_control.auto_rsp; in btc_gatts_act_create_attr_tab()
397 control.auto_rsp = gatts_attr_db[i].attr_control.auto_rsp; in btc_gatts_act_create_attr_tab()
658 (tBTA_GATTS_ATTR_CONTROL *)&arg->add_char.attr_control); in btc_gatts_call_handler()
666 (tBTA_GATTS_ATTR_CONTROL *)&arg->add_descr.attr_control); in btc_gatts_call_handler()
/hal_espressif-3.6.0/components/bt/host/bluedroid/api/include/api/
Desp_gatt_defs.h345 esp_attr_control_t attr_control; /*!< The attribute control type */ member
/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/examples/bluetooth/bluedroid/ble/gatt_server_service_table/tutorial/
DGatt_Server_Service_Table_Example_Walkthrough.md358 esp_attr_control_t attr_control; /*!< The attribute control type*/
362 The attr_control is the auto-respond parameter which can be set as ``ESP_GATT_AUTO_RSP`` to allow t…
/hal_espressif-3.6.0/components/esp_hid/src/
Dble_hidd.c193 db[index].attr_control.auto_rsp = ESP_GATT_AUTO_RSP; in add_db_record()