Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/test/mock/
Dmock_bta_dm_api.cc62 struct BTA_DmGetConnectionState BTA_DmGetConnectionState; variable
170 bool BTA_DmGetConnectionState(const RawAddress& bd_addr) { in BTA_DmGetConnectionState() function
172 return test::mock::bta_dm_api::BTA_DmGetConnectionState(bd_addr); in BTA_DmGetConnectionState()
Dmock_bta_dm_api.h299 struct BTA_DmGetConnectionState { struct
305 extern struct BTA_DmGetConnectionState BTA_DmGetConnectionState; argument
/packages/modules/Bluetooth/system/bta/dm/
Dbta_dm_api.cc315 bool BTA_DmGetConnectionState(const RawAddress& bd_addr) { in BTA_DmGetConnectionState() function
/packages/modules/Bluetooth/system/bta/include/
Dbta_api.h898 extern bool BTA_DmGetConnectionState(const RawAddress& bd_addr);
/packages/modules/Bluetooth/system/btif/src/
Dbtif_gatt_client.cc639 if (BTA_DmGetConnectionState(addr)) in btif_gattc_conn_parameter_update_impl()
Dbtif_dm.cc778 uint16_t rc = BTA_DmGetConnectionState(*bd_addr); in btif_dm_get_connection_state()