Searched refs:peerDevice (Results 1 – 7 of 7) sorted by relevance
1240 RawAddress peerDevice(addr); in SavePeerDevices2BTM() local1242 peerDevice.ConvertToUint8(peerAddr.addr); in SavePeerDevices2BTM()1340 BlePeripheralDevice peerDevice; in LeConnectionCompleteTask() local1341 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() local1444 peerDevice.SetAddress(device); in LePairingStatus()[all …]
135 auto peerDevice = std::make_unique<A2dpDeviceInfo>(device); in AddDevice() local136 deviceInfo = peerDevice.release(); in AddDevice()
196 public startConnect(peerDevice: string) { // 对端设备一般通过ble scan获取到201 console.info(TAG, 'startConnect ' + peerDevice);202 this.device = peerDevice;204 this.gattClient = ble.createGattClientDevice(peerDevice);
148 bool IsDevicesInP2PGroup(const std::string &hostDevice, const std::string &peerDevice);
199 …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);
559 …HiChainConnector::IsDevicesInP2PGroup(const std::string &hostDevice, const std::string &peerDevice) in IsDevicesInP2PGroup() argument565 GetRelatedGroups(peerDevice, peerGroupInfoList); in IsDevicesInP2PGroup()
976 std::string peerDevice = "peerDeviceTest"; variable978 bool ret = hiChainConnector->IsDevicesInP2PGroup(hostDevice, peerDevice);