Home
last modified time | relevance | path

Searched refs:SetConnectionHandle (Results 1 – 16 of 16) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_hf/
H A Dhfp_hf_data_connection.cpp151 void HfpHfDataConnection::SetConnectionHandle(uint16_t handle) in SetConnectionHandle() function in OHOS::bluetooth::HfpHfDataConnection
153 rfcommConnection_.SetConnectionHandle(handle); in SetConnectionHandle()
H A Dhfp_hf_rfcomm_connection.h120 void SetConnectionHandle(uint16_t handle);
H A Dhfp_hf_data_connection.h161 void SetConnectionHandle(uint16_t handle);
H A Dhfp_hf_rfcomm_connection.cpp89 void HfpHfRfcommConnection::SetConnectionHandle(uint16_t handle) in SetConnectionHandle() function in OHOS::bluetooth::HfpHfRfcommConnection
H A Dhfp_hf_profile.cpp146 dataConn_.SetConnectionHandle(handle); in AcceptDataConnection()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/
H A Dhfp_ag_data_connection.cpp171 void HfpAgDataConnection::SetConnectionHandle(uint16_t handle) in SetConnectionHandle() function in OHOS::bluetooth::HfpAgDataConnection
173 rfcommConnection_.SetConnectionHandle(handle); in SetConnectionHandle()
H A Dhfp_ag_rfcomm_connection.h120 void SetConnectionHandle(uint16_t handle);
H A Dhfp_ag_data_connection.h174 void SetConnectionHandle(uint16_t handle);
H A Dhfp_ag_rfcomm_connection.cpp88 void HfpAgRfcommConnection::SetConnectionHandle(uint16_t handle) in SetConnectionHandle() function in OHOS::bluetooth::HfpAgRfcommConnection
H A Dhfp_ag_profile.cpp154 dataConn_.SetConnectionHandle(handle); in AcceptDataConnection()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/classic/
H A Dclassic_remote_device.h260 void SetConnectionHandle(int handle);
H A Dclassic_remote_device.cpp194 void ClassicRemoteDevice::SetConnectionHandle(int handle) in SetConnectionHandle() function in OHOS::bluetooth::ClassicRemoteDevice
H A Dclassic_adapter.cpp2061 remoteDevice->SetConnectionHandle(connectionHandle); in ReceiveConnectionComplete()
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/common/
H A Dble_service_data.h1022 void SetConnectionHandle(int handle);
H A Dble_service_data.cpp1319 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 Dble_adapter.cpp1328 it->second.SetConnectionHandle(connectionHandle); in LeConnectionCompleteTask()
1347 peerDevice.SetConnectionHandle(connectionHandle); in LeConnectionCompleteTask()