Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/bta/gatt/include/
Dbta_gattc_int.h548 extern tBTA_GATTC_DESCRIPTOR* bta_gattc_get_descriptor(UINT16 conn_id, UINT16 handle);
/hal_espressif-latest/components/bt/host/bluedroid/bta/gatt/
Dbta_gattc_api.c350 return bta_gattc_get_descriptor(conn_id, handle); in BTA_GATTC_GetDescriptor()
Dbta_gattc_cache.c1242 tBTA_GATTC_DESCRIPTOR* bta_gattc_get_descriptor(UINT16 conn_id, UINT16 handle) in bta_gattc_get_descriptor() function