Home
last modified time | relevance | path

Searched refs:peerDevice (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/
H A Dble_adapter.cpp1240 RawAddress peerDevice(addr); in SavePeerDevices2BTM() local
1242 peerDevice.ConvertToUint8(peerAddr.addr); in SavePeerDevices2BTM()
1340 BlePeripheralDevice peerDevice; in LeConnectionCompleteTask() local
1341 peerDevice.SetAddress(peerAddr); in LeConnectionCompleteTask()
1342 peerDevice.SetAddressType(addr.type); in LeConnectionCompleteTask()
1346 peerDevice.SetRoles(role); in LeConnectionCompleteTask()
1347 peerDevice.SetConnectionHandle(connectionHandle); in LeConnectionCompleteTask()
1404 peerDevice.ConvertToUint8(peerAddr.addr); in LePairComplete()
1443 BlePeripheralDevice peerDevice; in LePairingStatus() local
1444 peerDevice.SetAddress(device); in LePairingStatus()
[all …]
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/
H A Da2dp_service_connection.cpp135 auto peerDevice = std::make_unique<A2dpDeviceInfo>(device); in AddDevice() local
136 deviceInfo = peerDevice.release(); in AddDevice()
/ohos5.0/docs/zh-cn/application-dev/connectivity/bluetooth/
H A Dgatt-development-guide.md196 public startConnect(peerDevice: string) { // 对端设备一般通过ble scan获取到
201 console.info(TAG, 'startConnect ' + peerDevice);
202 this.device = peerDevice;
204 this.gattClient = ble.createGattClientDevice(peerDevice);
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/include/dependency/hichain/
H A Dhichain_connector.h148 bool IsDevicesInP2PGroup(const std::string &hostDevice, const std::string &peerDevice);
/ohos5.0/docs/en/application-dev/connectivity/bluetooth/
H A Dgatt-development-guide.md199 …public startConnect(peerDevice: string) {// The peer device is generally discovered through BLE sc…
204 console.info(TAG, 'startConnect ' + peerDevice);
205 this.device = peerDevice;
207 this.gattClient = ble.createGattClientDevice(peerDevice);
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/src/dependency/hichain/
H A Dhichain_connector.cpp559 …HiChainConnector::IsDevicesInP2PGroup(const std::string &hostDevice, const std::string &peerDevice) in IsDevicesInP2PGroup() argument
565 GetRelatedGroups(peerDevice, peerGroupInfoList); in IsDevicesInP2PGroup()
/ohos5.0/foundation/distributedhardware/device_manager/test/commonunittest/
H A DUTTest_hichain_connector.cpp976 std::string peerDevice = "peerDeviceTest"; variable
978 bool ret = hiChainConnector->IsDevicesInP2PGroup(hostDevice, peerDevice);