Home
last modified time | relevance | path

Searched refs:btm_dev_consolidate_existing_connections (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Bluetooth/system/stack/btm/
Dbtm_dev.h130 void btm_dev_consolidate_existing_connections(const RawAddress& bd_addr);
Dbtm_dev.cc440 void btm_dev_consolidate_existing_connections(const RawAddress& bd_addr) { in btm_dev_consolidate_existing_connections() function
/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_btm_dev.cc95 void btm_dev_consolidate_existing_connections(const RawAddress& /* bd_addr */) { in btm_dev_consolidate_existing_connections() function
/packages/modules/Bluetooth/system/stack/smp/
Dsmp_utils.cc1057 btm_dev_consolidate_existing_connections(pairing_bda); in smp_proc_pairing_cmpl()