Home
last modified time | relevance | path

Searched refs:BTA_GATTC_AppDeregister (Results 1 – 6 of 6) sorted by relevance

/system/bt/btif/src/
Dbtif_ble_scanner.cc220 do_in_bta_thread(FROM_HERE, Bind(&BTA_GATTC_AppDeregister, scanner_id)); in Unregister()
Dbtif_gatt_client.cc242 BTA_GATTC_AppDeregister(client_if); in btif_gattc_unregister_app_impl()
/system/bt/bta/include/
Dbta_gatt_api.h456 extern void BTA_GATTC_AppDeregister(tGATT_IF client_if);
/system/bt/bta/gatt/
Dbta_gattc_api.cc98 void BTA_GATTC_AppDeregister(tGATT_IF client_if) { in BTA_GATTC_AppDeregister() function
/system/bt/bta/hearing_aid/
Dhearing_aid.cc1062 BTA_GATTC_AppDeregister(gatt_if); in CleanUp()
/system/bt/bta/hh/
Dbta_hh_le.cc218 void bta_hh_le_deregister(void) { BTA_GATTC_AppDeregister(bta_hh_cb.gatt_if); } in bta_hh_le_deregister()