Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/bta/include/bta/
Dbta_gatt_api.h911 extern void BTA_GATTC_GetServiceWithUUID(UINT16 conn_id, tBT_UUID *svc_uuid,
/hal_espressif-latest/components/bt/host/bluedroid/bta/gatt/
Dbta_gattc_api.c353 void BTA_GATTC_GetServiceWithUUID(UINT16 conn_id, tBT_UUID *svc_uuid, in BTA_GATTC_GetServiceWithUUID() function
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/gatt/
Dbtc_gattc.c328 BTA_GATTC_GetServiceWithUUID(conn_id, bta_uuid, &db, &svc_num); in btc_ble_gattc_get_service()