Home
last modified time | relevance | path

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

/aosp12/system/bt/test/mock/
H A Dmock_bta_gattc_api.cc139 void BTA_GATTC_ReadUsingCharUuid(uint16_t conn_id, const bluetooth::Uuid& uuid, in BTA_GATTC_ReadUsingCharUuid() function
/aosp12/system/bt/bta/include/
H A Dbta_gatt_api.h611 void BTA_GATTC_ReadUsingCharUuid(uint16_t conn_id, const bluetooth::Uuid& uuid,
/aosp12/system/bt/bta/gatt/
H A Dbta_gattc_api.cc383 void BTA_GATTC_ReadUsingCharUuid(uint16_t conn_id, const Uuid& uuid, in BTA_GATTC_ReadUsingCharUuid() function
/aosp12/system/bt/btif/src/
H A Dbtif_gatt_client.cc461 return do_in_jni_thread(Bind(&BTA_GATTC_ReadUsingCharUuid, conn_id, uuid, in btif_gattc_read_using_char_uuid()