Home
last modified time | relevance | path

Searched refs:bluetoothDevice (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/test/example/bluetoothtest/entry/src/main/ets/pages/subManualApiTest/subBrTest/
H A DbluetoothPairedDeviceInfo.ets32 @State bluetoothDevice: BluetoothDevice = undefined;
38 this.bluetoothDevice = JSON.parse(param.bluetoothDevice);
39 …LogUtil.log(ConfigData.TAG + "aboutToAppear bluetoothDevice: " + JSON.stringify(this.bluetoothDevi…
60 HeadTableComponent({ headName : this.bluetoothDevice.deviceName , isActive : true });
82 if ( this.controller.unpair(this.bluetoothDevice.deviceId) ) {
H A DdeviceFound.ets27 bluetoothDevice: string;
231 'bluetoothDevice' : JSON.stringify(item)
/ohos5.0/foundation/communication/bluetooth_service/test/example/bluetoothtest/entry/src/main/ets/pages/subManualApiTestManager/subBrTestManager/
H A DbluetoothPairedDeviceInfo.ets30 @State bluetoothDevice: BluetoothDevice = undefined;
36 this.bluetoothDevice = JSON.parse(param.bluetoothDevice);
37 …LogUtil.log(ConfigData.TAG + "aboutToAppear bluetoothDevice: " + JSON.stringify(this.bluetoothDevi…
58 HeadTableComponent({ headName : this.bluetoothDevice.deviceName , isActive : true });
80 if ( this.controller.unpair(this.bluetoothDevice.deviceId) ) {
H A DdeviceFound.ets223 let param = { 'bluetoothDevice' : JSON.stringify(item) }
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_hid_host_server.cpp196 BluetoothRawAddress bluetoothDevice(device.GetAddress()); in GetDevicesByStates() local
197 result.push_back(bluetoothDevice); in GetDevicesByStates()
198 HILOGI("%{public}s", GET_ENCRYPT_ADDR(bluetoothDevice)); in GetDevicesByStates()
H A Dbluetooth_pan_server.cpp188 BluetoothRawAddress bluetoothDevice(device.GetAddress()); in GetDevicesByStates() local
189 result.push_back(bluetoothDevice); in GetDevicesByStates()