/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_hf/ |
H A D | hfp_hf_data_connection.cpp | 156 uint16_t HfpHfDataConnection::GetConnectionHandle() const in GetConnectionHandle() function in OHOS::bluetooth::HfpHfDataConnection 158 return rfcommConnection_.GetConnectionHandle(); in GetConnectionHandle()
|
H A D | hfp_hf_rfcomm_connection.h | 127 uint16_t GetConnectionHandle() const;
|
H A D | hfp_hf_data_connection.h | 154 uint16_t GetConnectionHandle() const;
|
H A D | hfp_hf_rfcomm_connection.cpp | 94 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 D | hfp_ag_data_connection.cpp | 176 uint16_t HfpAgDataConnection::GetConnectionHandle() const in GetConnectionHandle() function in OHOS::bluetooth::HfpAgDataConnection 178 return rfcommConnection_.GetConnectionHandle(); in GetConnectionHandle()
|
H A D | hfp_ag_rfcomm_connection.h | 127 uint16_t GetConnectionHandle() const;
|
H A D | hfp_ag_data_connection.h | 167 uint16_t GetConnectionHandle() const;
|
H A D | hfp_ag_rfcomm_connection.cpp | 93 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 D | classic_remote_device.h | 117 int GetConnectionHandle() const;
|
H A D | classic_remote_device.cpp | 201 int ClassicRemoteDevice::GetConnectionHandle() const in GetConnectionHandle() function in OHOS::bluetooth::ClassicRemoteDevice
|
H A D | classic_adapter.cpp | 157 …(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 D | ble_service_data.h | 1057 int GetConnectionHandle() const;
|
H A D | ble_service_data.cpp | 1374 int BlePeripheralDevice::GetConnectionHandle() const in GetConnectionHandle() function in OHOS::bluetooth::BlePeripheralDevice
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/ |
H A D | ble_adapter.cpp | 708 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()
|