/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_hf/ |
H A D | hfp_hf_data_connection.cpp | 151 void HfpHfDataConnection::SetConnectionHandle(uint16_t handle) in SetConnectionHandle() function in OHOS::bluetooth::HfpHfDataConnection 153 rfcommConnection_.SetConnectionHandle(handle); in SetConnectionHandle()
|
H A D | hfp_hf_rfcomm_connection.h | 120 void SetConnectionHandle(uint16_t handle);
|
H A D | hfp_hf_data_connection.h | 161 void SetConnectionHandle(uint16_t handle);
|
H A D | hfp_hf_rfcomm_connection.cpp | 89 void HfpHfRfcommConnection::SetConnectionHandle(uint16_t handle) in SetConnectionHandle() function in OHOS::bluetooth::HfpHfRfcommConnection
|
H A D | hfp_hf_profile.cpp | 146 dataConn_.SetConnectionHandle(handle); in AcceptDataConnection()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/ |
H A D | hfp_ag_data_connection.cpp | 171 void HfpAgDataConnection::SetConnectionHandle(uint16_t handle) in SetConnectionHandle() function in OHOS::bluetooth::HfpAgDataConnection 173 rfcommConnection_.SetConnectionHandle(handle); in SetConnectionHandle()
|
H A D | hfp_ag_rfcomm_connection.h | 120 void SetConnectionHandle(uint16_t handle);
|
H A D | hfp_ag_data_connection.h | 174 void SetConnectionHandle(uint16_t handle);
|
H A D | hfp_ag_rfcomm_connection.cpp | 88 void HfpAgRfcommConnection::SetConnectionHandle(uint16_t handle) in SetConnectionHandle() function in OHOS::bluetooth::HfpAgRfcommConnection
|
H A D | hfp_ag_profile.cpp | 154 dataConn_.SetConnectionHandle(handle); in AcceptDataConnection()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/classic/ |
H A D | classic_remote_device.h | 260 void SetConnectionHandle(int handle);
|
H A D | classic_remote_device.cpp | 194 void ClassicRemoteDevice::SetConnectionHandle(int handle) in SetConnectionHandle() function in OHOS::bluetooth::ClassicRemoteDevice
|
H A D | classic_adapter.cpp | 2061 remoteDevice->SetConnectionHandle(connectionHandle); in ReceiveConnectionComplete()
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/common/ |
H A D | ble_service_data.h | 1022 void SetConnectionHandle(int handle);
|
H A D | ble_service_data.cpp | 1319 void BlePeripheralDevice::SetConnectionHandle(int handle) in SetConnectionHandle() function in OHOS::bluetooth::BlePeripheralDevice
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/ |
H A D | ble_adapter.cpp | 1328 it->second.SetConnectionHandle(connectionHandle); in LeConnectionCompleteTask() 1347 peerDevice.SetConnectionHandle(connectionHandle); in LeConnectionCompleteTask()
|