Home
last modified time | relevance | path

Searched refs:GATT_Deregister (Results 1 – 5 of 5) sorted by relevance

/system/bt/btif/src/
Dbtif_gatt_test.cc184 GATT_Deregister(test_cb.gatt_if); in btif_gattc_test_command_impl()
/system/bt/bta/gatt/
Dbta_gatts_act.cc160 GATT_Deregister(p_cb->rcb[i].gatt_if); in bta_gatts_api_disable()
277 GATT_Deregister(p_cb->rcb[i].gatt_if); in bta_gatts_deregister()
Dbta_gattc_act.cc1021 GATT_Deregister(p_clreg->client_if); in bta_gattc_deregister_cmpl()
/system/bt/stack/include/
Dgatt_api.h944 extern void GATT_Deregister(tGATT_IF gatt_if);
/system/bt/stack/gatt/
Dgatt_api.cc988 void GATT_Deregister(tGATT_IF gatt_if) { in GATT_Deregister() function