Home
last modified time | relevance | path

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

/system/bt/bta/gatt/
Dbta_gattc_int.h485 extern tBTA_GATTC_CHARACTERISTIC* bta_gattc_get_characteristic(UINT16 conn_id, UINT16 handle);
Dbta_gattc_api.c288 return bta_gattc_get_characteristic(conn_id, handle); in BTA_GATTC_GetCharacteristic()
Dbta_gattc_cache.c1076 tBTA_GATTC_CHARACTERISTIC* bta_gattc_get_characteristic(UINT16 conn_id, UINT16 handle) { in bta_gattc_get_characteristic() function