Home
last modified time | relevance | path

Searched refs:read_descr (Results 1 – 3 of 3) sorted by relevance

/device/soc/esp/esp32/components/bt/host/bluedroid/api/
Desp_gattc_api.c481 arg.read_descr.conn_id = BTC_GATT_CREATE_CONN_ID(gattc_if, conn_id); in esp_ble_gattc_read_char_descr()
482 arg.read_descr.handle = handle; in esp_ble_gattc_read_char_descr()
483 arg.read_descr.auth_req = auth_req; in esp_ble_gattc_read_char_descr()
/device/soc/esp/esp32/components/bt/host/bluedroid/btc/profile/std/include/
Dbtc_gattc.h120 } read_descr; member
/device/soc/esp/esp32/components/bt/host/bluedroid/btc/profile/std/gatt/
Dbtc_gattc.c615 …BTA_GATTC_ReadCharDescr(arg->read_descr.conn_id, arg->read_descr.handle, arg->read_descr.auth_req); in btc_gattc_read_char_descr()