Home
last modified time | relevance | path

Searched refs:paired (Results 1 – 19 of 19) sorted by relevance

/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/server/src/
H A Daudio_service.cpp64 auto paired = linkedPairedList_.begin(); in OnProcessRelease() local
69 if ((*paired).first == process) { in OnProcessRelease()
80 ret = UnlinkProcessToEndpoint((*paired).first, (*paired).second); in OnProcessRelease()
90 paired++; in OnProcessRelease()
592 for (auto paired = linkedPairedList_.begin(); paired != linkedPairedList_.end(); paired++) { in ResetAudioEndpoint() local
595 if (UnlinkProcessToEndpoint(paired->first, paired->second) != SUCCESS) { in ResetAudioEndpoint()
618 for (auto paired = linkedPairedList_.begin(); paired != linkedPairedList_.end(); paired++) { in ReLinkProcessToEndpoint() local
639 paired->second.reset(); in ReLinkProcessToEndpoint()
646 linkedPairedList_.erase(paired); in ReLinkProcessToEndpoint()
832 paired.first->Dump(dumpString); in Dump()
[all …]
/ohos5.0/docs/en/application-dev/reference/apis-connectivity-kit/
H A Djs-apis-bluetooth-sys.md21 Cancels a paired remote device.
H A Djs-apis-bluetooth-baseProfile.md61 …ndom MAC address remains unchanged after a device is paired successfully. It changes when the pair…
H A Derrorcode-bluetoothManager.md95 Check whether the number of paired devices reaches the threshold.
H A Djs-apis-bluetooth-connection.md356 Obtains the paired devices.
368paired Bluetooth devices. For security purposes, the device addresses obtained are random MAC addr…
1085 …ndom MAC address remains unchanged after a device is paired successfully. It changes when the pair…
H A Djs-apis-bluetooth-baseProfile-sys.md28 …PORTED | 0 | Default connection strategy to use when the device is not paired.<br>This is a syst…
H A Djs-apis-bluetoothManager-sys.md24 Cancels a paired remote device.
H A Djs-apis-bluetooth-connection-sys.md130 Cancels a paired device. This API uses an asynchronous callback to return the result.
178 Cancels a paired device. This API uses a promise to return the result.
H A Djs-apis-bluetooth-ble.md99 …ndom MAC address remains unchanged after a device is paired successfully. It changes when the pair…
1426 // Before removeService is called, the server and the client must be paired and connected.
3871 …ndom MAC address remains unchanged after a device is paired successfully. It changes when the pair…
H A Djs-apis-bluetooth.md314 Obtains the paired devices.
327 | Array&lt;string&gt; | Addresses of the paired Bluetooth devices.|
H A Djs-apis-bluetoothManager.md464 Obtains the paired devices.
477 | Array&lt;string&gt; | Addresses of the paired Bluetooth devices.|
/ohos5.0/foundation/communication/bluetooth_service/test/example/bluetoothtest/entry/src/main/ets/pages/subManualApiTest/subBrTest/
H A DdeviceFound.ets162 // paired devices title
176 // paired devices list
222 * Goto paired device Info
488 // paired devices list
/ohos5.0/foundation/communication/bluetooth_service/test/example/bluetoothtest/entry/src/main/ets/pages/subManualApiTestManager/subBrTestManager/
H A DdeviceFound.ets155 // paired devices title
169 // paired devices list
215 * Goto paired device Info
479 // paired devices list
/ohos5.0/docs/en/application-dev/media/avsession/
H A Ddistributed-avsession-overview.md10 After the local device is paired with a distributed device, the controller on the local device proj…
/ohos5.0/docs/en/release-notes/
H A DOpenHarmony-v3.1.6-release.md140 …penharmony/ability_ability_runtime/issues/I6AF0Y) | When two windows are paired in split-screen mo…
H A DOpenHarmony-v3.1.7-release.md118 | Ability framework| After two windows are paired in split-screen mode, if one window is closed, th…
H A DOpenHarmony-v3.2.1-release.md113 …led, no prompt indicating successful pairing is displayed. The device is paired in silent mode, an…
H A DOpenHarmony-v3.2-release.md636 …led, no prompt indicating successful pairing is displayed. The device is paired in silent mode, an…
/ohos5.0/docs/en/application-dev/connectivity/bluetooth/
H A Dgatt-development-guide.md6 … attribute data locally and provides data access to a remote GATT client paired via BLE. A GATT cl…