Home
last modified time | relevance | path

Searched refs:GetConnectionHandle (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_hf/
H A Dhfp_hf_data_connection.cpp156 uint16_t HfpHfDataConnection::GetConnectionHandle() const in GetConnectionHandle() function in OHOS::bluetooth::HfpHfDataConnection
158 return rfcommConnection_.GetConnectionHandle(); in GetConnectionHandle()
H A Dhfp_hf_rfcomm_connection.h127 uint16_t GetConnectionHandle() const;
H A Dhfp_hf_data_connection.h154 uint16_t GetConnectionHandle() const;
H A Dhfp_hf_rfcomm_connection.cpp94 uint16_t HfpHfRfcommConnection::GetConnectionHandle() const in GetConnectionHandle() function in OHOS::bluetooth::HfpHfRfcommConnection
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/
H A Dhfp_ag_data_connection.cpp176 uint16_t HfpAgDataConnection::GetConnectionHandle() const in GetConnectionHandle() function in OHOS::bluetooth::HfpAgDataConnection
178 return rfcommConnection_.GetConnectionHandle(); in GetConnectionHandle()
H A Dhfp_ag_rfcomm_connection.h127 uint16_t GetConnectionHandle() const;
H A Dhfp_ag_data_connection.h167 uint16_t GetConnectionHandle() const;
H A Dhfp_ag_rfcomm_connection.cpp93 uint16_t HfpAgRfcommConnection::GetConnectionHandle() const in GetConnectionHandle() function in OHOS::bluetooth::HfpAgRfcommConnection
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/classic/
H A Dclassic_remote_device.h117 int GetConnectionHandle() const;
H A Dclassic_remote_device.cpp201 int ClassicRemoteDevice::GetConnectionHandle() const in GetConnectionHandle() function in OHOS::bluetooth::ClassicRemoteDevice
H A Dclassic_adapter.cpp157 …(BTM_AclDisconnect(device.second->GetConnectionHandle(), BTM_ACL_DISCONNECT_REASON) == BT_SUCCESS); in DisablePairProcess()
1878 …bool ret = (BTM_AclDisconnect(it->second->GetConnectionHandle(), BTM_ACL_DISCONNECT_REASON) == BT_… in RemovePair()
1904 … (BTM_AclDisconnect(it->second->GetConnectionHandle(), BTM_ACL_DISCONNECT_REASON) == BT_SUCCESS); in RemoveAllPairs()
2080 if (connectionHandle != device.second->GetConnectionHandle()) { in ReceiveDisconnectionComplete()
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/common/
H A Dble_service_data.h1057 int GetConnectionHandle() const;
H A Dble_service_data.cpp1374 int BlePeripheralDevice::GetConnectionHandle() const in GetConnectionHandle() function in OHOS::bluetooth::BlePeripheralDevice
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/
H A Dble_adapter.cpp708 int connectionHandle = it->second.GetConnectionHandle(); in RemovePairWithDisConnect()
780 ret = BTM_AclDisconnect(it->second.GetConnectionHandle(), BTM_ACL_DISCONNECT_REASON); in RemoveAllPairs()
1373 if (connectionHandle == it->second.GetConnectionHandle()) { in LeDisconnectionCompleteTask()