Home
last modified time | relevance | path

Searched refs:BTA_GATTC_Refresh (Results 1 – 9 of 9) sorted by relevance

/packages/modules/Bluetooth/system/bta/dm/
Dbta_dm_gatt_client.cc57 .BTA_GATTC_Refresh =
62 BTA_GATTC_Refresh(remote_bda); in __anon3962861c0302()
Dbta_dm_gatt_client.h33 void (*BTA_GATTC_Refresh)(const RawAddress& remote_bda); member
Dbta_dm_disc.cc112 void (*BTA_GATTC_Refresh)(const RawAddress& remote_bda); member
129 .BTA_GATTC_Refresh =
130 [](const RawAddress& remote_bda) { BTA_GATTC_Refresh(remote_bda); }, in __anon788b21910402()
195 get_gatt_interface().BTA_GATTC_Refresh(bd_addr); in bta_dm_disc_gatt_refresh()
Dbta_dm_disc_legacy.cc128 void (*BTA_GATTC_Refresh)(const RawAddress& remote_bda); member
149 .BTA_GATTC_Refresh =
154 BTA_GATTC_Refresh(remote_bda); in __anonf50479c50402()
212 get_gatt_interface().BTA_GATTC_Refresh(bd_addr); in bta_dm_disc_gatt_refresh()
Dbta_dm_act.cc786 get_gatt_interface().BTA_GATTC_Refresh(bd_addr); in bta_dm_acl_down()
/packages/modules/Bluetooth/system/test/mock/
Dmock_bta_gattc_api.cc162 void BTA_GATTC_Refresh(const RawAddress& /* remote_bda */) { in BTA_GATTC_Refresh() function
/packages/modules/Bluetooth/system/bta/include/
Dbta_gatt_api.h857 void BTA_GATTC_Refresh(const RawAddress& remote_bda);
/packages/modules/Bluetooth/system/bta/gatt/
Dbta_gattc_api.cc772 void BTA_GATTC_Refresh(const RawAddress& remote_bda) { in BTA_GATTC_Refresh() function
/packages/modules/Bluetooth/system/btif/src/
Dbtif_gatt_client.cc398 return do_in_jni_thread(Bind(&BTA_GATTC_Refresh, bd_addr)); in btif_gattc_refresh()