/ohos5.0/foundation/multimedia/audio_framework/services/audio_policy/server/src/service/routers/ |
H A D | pair_device_router.cpp | 42 std::shared_ptr<AudioDeviceDescriptor> pairDevice = desc->pairDeviceDescriptor_; in GetCallCaptureDevice() local 43 …if (pairDevice != nullptr && pairDevice->connectState_ != SUSPEND_CONNECTED && !pairDevice->except… in GetCallCaptureDevice() 44 pairDevice->isEnable_) { in GetCallCaptureDevice() 46 pairDevice->deviceType_); in GetCallCaptureDevice() 47 return make_unique<AudioDeviceDescriptor>(*pairDevice); in GetCallCaptureDevice()
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-connectivity-kit/ |
H A D | js-apis-bluetooth-connection.md | 83 ## connection.pairDevice 85 pairDevice(deviceId: string, callback: AsyncCallback<void>): void 121 connection.pairDevice('11:22:33:44:55:66', (err: BusinessError) => { 122 console.info('pairDevice, device name err:' + JSON.stringify(err)); 131 ## connection.pairDevice 133 pairDevice(deviceId: string): Promise<void> 174 connection.pairDevice('11:22:33:44:55:66').then(() => { 175 console.info('pairDevice'); 177 console.info('pairDevice: errCode:' + error.code + ',errMessage' + error.message);
|
/ohos5.0/foundation/communication/bluetooth_service/test/example/bluetoothtest/doc/ApiDoc/BrDoc/ |
H A D | Br功能界面使用说明文档.md | 25 | 配对设备 | pairDevice | (deviceId: string) | boolean …
|
/ohos5.0/foundation/communication/bluetooth_service/test/example/bluetoothtest/entry/src/main/ets/pages/subManualApiTest/ |
H A D | BrInterfaceTest.ets | 123 pairDevice(deviceId: string) { 125 LogUtil.info(this.TAG_PAGE + 'pairDevice success callback : pinCode = ' + pinCode); 132 LogUtil.info(this.TAG_PAGE + 'pairDevice error callback');
|
/ohos5.0/foundation/communication/bluetooth_service/test/example/bluetoothtest/entry/src/main/ets/pages/subManualApiTestManager/ |
H A D | brTestManager.ets | 120 pairDevice(deviceId: string) { 122 LogUtil.info(this.TAG_PAGE + 'pairDevice success callback : pinCode = ' + pinCode); 129 LogUtil.info(this.TAG_PAGE + 'pairDevice error callback');
|
/ohos5.0/foundation/communication/bluetooth_service/test/example/bluetoothtest/entry/src/main/ets/pages/subManualApiTest/subSppTest/ |
H A D | sppServerTest.ets | 178 pairDevice(deviceId: string) { 180 LogUtil.info(this.TAG_PAGE + 'pairDevice success callback : pinCode = ' + pinCode); 187 LogUtil.info(this.TAG_PAGE + 'pairDevice error callback');
|
H A D | sppClientTest.ets | 213 pairDevice(deviceId: string) { 215 LogUtil.info(this.TAG_PAGE + 'pairDevice success callback : pinCode = ' + pinCode); 222 LogUtil.info(this.TAG_PAGE + 'pairDevice error callback');
|
/ohos5.0/foundation/communication/bluetooth_service/test/example/bluetoothtest/entry/src/main/ets/pages/subManualApiTestManager/subSppTestManager/ |
H A D | sppServerManager.ets | 177 pairDevice(deviceId: string) { 179 LogUtil.info(this.TAG_PAGE + 'pairDevice success callback : pinCode = ' + pinCode); 186 LogUtil.info(this.TAG_PAGE + 'pairDevice error callback');
|
H A D | sppClientManager.ets | 216 pairDevice(deviceId: string) { 218 LogUtil.info(this.TAG_PAGE + 'pairDevice success callback : pinCode = ' + pinCode); 225 LogUtil.info(this.TAG_PAGE + 'pairDevice error callback');
|
/ohos5.0/foundation/communication/bluetooth_service/test/example/bluetoothtest/entry/src/main/ets/MainAbility/model/ |
H A D | BluetoothModelManager.ts | 372 pairDevice(deviceId: string): void { 373 return bluetoothManager.pairDevice(deviceId);
|
H A D | BluetoothModel.ts | 450 pairDevice(deviceId: string): boolean { 451 return bluetooth.pairDevice(deviceId);
|
H A D | autoTestDataModels.ets | 226 'method' : 'pairDevice' , 800 'method' : 'pairDevice' ,
|
/ohos5.0/foundation/communication/bluetooth_service/test/example/bluetoothtest/entry/src/main/ets/pages/subManualApiTest/subBrTest/ |
H A D | deviceFound.ets | 507 this.pairDevice(item) 539 pairDevice(device: BluetoothDevice) { 541 LogUtil.info(this.TAG_PAGE + 'pairDevice success callback : pinCode = ' + pinCode); 551 LogUtil.info(this.TAG_PAGE + 'pairDevice error callback');
|
/ohos5.0/foundation/communication/bluetooth_service/test/example/bluetoothtest/entry/src/main/ets/pages/subManualApiTestManager/subBrTestManager/ |
H A D | deviceFound.ets | 497 this.pairDevice(item) 529 pairDevice(device: BluetoothDevice) { 531 LogUtil.info(this.TAG_PAGE + 'pairDevice success callback : pinCode = ' + pinCode); 541 LogUtil.info(this.TAG_PAGE + 'pairDevice error callback');
|
/ohos5.0/foundation/communication/bluetooth_service/test/example/bluetoothtest/doc/ApiDoc/SppDoc/ |
H A D | SPP功能界面使用说明文档.md | 27 | 配对设备 | pairDevice | (deviceId: string) …
|
/ohos5.0/docs/zh-cn/third-party-cases/ |
H A D | how-to-connect-to-bluetooth.md | 303 logger.info(TAG, `start bluetooth.pairDevice,item = ${item}`) 304 let pairStatus = bluetooth.pairDevice(item)
|
/ohos5.0/docs/en/application-dev/reference/apis-connectivity-kit/ |
H A D | js-apis-bluetooth-connection.md | 18 ## connection.pairDevice 20 pairDevice(deviceId: string, callback: AsyncCallback<void>): void 56 connection.pairDevice('11:22:33:44:55:66', (err: BusinessError) => { 57 console.info('pairDevice, device name err:' + JSON.stringify(err)); 66 ## connection.pairDevice 68 pairDevice(deviceId: string): Promise<void> 109 connection.pairDevice('11:22:33:44:55:66').then(() => { 110 console.info('pairDevice'); 112 console.info('pairDevice: errCode:' + error.code + ',errMessage' + error.message);
|
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_testapp/entry/src/main/ets/Component/ |
H A D | contentTable.ets | 90 case "pairDevice": {
|
/ohos5.0/foundation/communication/bluetooth_service/test/example/bluetoothtest/doc/ApiDoc/SppManagerDoc/ |
H A D | SPPManager测试使用说明文档.md | 29 | 配对设备 | pairDevice | (deviceId: string) …
|
/ohos5.0/foundation/communication/bluetooth_service/test/example/bluetoothtest/entry/src/main/ets/MainAbility/controller/ |
H A D | BluetoothDeviceController.ts | 133 const result = BluetoothModel.pairDevice(deviceId);
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/ |
H A D | bluetooth_host_stub.cpp | 841 std::vector<BluetoothRawAddress> pairDevice; in GetPairedDevicesInner() local 842 int32_t result = GetPairedDevices(pairDevice); in GetPairedDevicesInner() 844 if (!reply.WriteInt32(pairDevice.size())) { in GetPairedDevicesInner() 848 for (auto device : pairDevice) { in GetPairedDevicesInner()
|
/ohos5.0/foundation/communication/bluetooth_service/test/example/bluetoothtest/doc/ApiDoc/BrManagerDoc/ |
H A D | 经典蓝牙Manager使用说明文档.md | 19 | pairDevice | 发起蓝牙配对 | (deviceId:…
|
/ohos5.0/docs/zh-cn/release-notes/ |
H A D | OpenHarmony-v3.2.1-release.md | 113 | I64726<br/>I641A2 | 蓝牙功能接口bluetooth.pairDevice在与其他设备配对时无配对提示,与其他设备静默配对后通过蓝牙键盘、鼠标完全可控制设备。 |
|
/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_4.0.2.1/ |
H A D | changelogs-bluetooth.md | 28 | bluetooth | function pairDevice(deviceId: string): boolean | function pairDevice(deviceId: string…
|
/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_4.0.10.1/ |
H A D | changelogs-bluetooth.md | 51 |bluetoothManager.pairDevice | [connection.pairDevice](../../../application-dev/reference/apis/js-a…
|