Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/bt/host/bluedroid/api/
Desp_gattc_api.c474 arg.read_descr.conn_id = BTC_GATT_CREATE_CONN_ID(gattc_if, conn_id); in esp_ble_gattc_read_char_descr()
475 arg.read_descr.handle = handle; in esp_ble_gattc_read_char_descr()
476 arg.read_descr.auth_req = auth_req; in esp_ble_gattc_read_char_descr()
/hal_espressif-3.6.0/components/bt/host/bluedroid/btc/profile/std/include/
Dbtc_gattc.h120 } read_descr; member
/hal_espressif-3.6.0/components/bt/host/bluedroid/btc/profile/std/gatt/
Dbtc_gattc.c608 …BTA_GATTC_ReadCharDescr(arg->read_descr.conn_id, arg->read_descr.handle, arg->read_descr.auth_req); in btc_gattc_read_char_descr()
/hal_espressif-3.6.0/components/esp_hid/src/
Dble_hidh.c79 static esp_gatt_status_t read_descr(esp_gatt_if_t gattc_if, uint16_t conn_id, uint16_t handle, esp_… in read_descr() function
231 …if (read_descr(gattc_if, dev->ble.conn_id, dhandle, ESP_GATT_AUTH_REQ_NO_MITM, &rdata, &rlen) == E… in read_device_services()