Searched refs:bluetoothDevice (Results 1 – 6 of 6) sorted by relevance
32 @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) ) {
27 bluetoothDevice: string;231 'bluetoothDevice' : JSON.stringify(item)
30 @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) ) {
223 let param = { 'bluetoothDevice' : JSON.stringify(item) }
196 BluetoothRawAddress bluetoothDevice(device.GetAddress()); in GetDevicesByStates() local197 result.push_back(bluetoothDevice); in GetDevicesByStates()198 HILOGI("%{public}s", GET_ENCRYPT_ADDR(bluetoothDevice)); in GetDevicesByStates()
188 BluetoothRawAddress bluetoothDevice(device.GetAddress()); in GetDevicesByStates() local189 result.push_back(bluetoothDevice); in GetDevicesByStates()