Home
last modified time | relevance | path

Searched refs:mWriteCharacteristic (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Car/libs/connected-device-lib/src/com/android/car/connecteddevice/ble/
DBleDeviceMessageStream.java86 private final BluetoothGattCharacteristic mWriteCharacteristic; field in BleDeviceMessageStream
106 mWriteCharacteristic = writeCharacteristic; in BleDeviceMessageStream()
175 mWriteCharacteristic.setValue(packet.toByteArray()); in writeNextMessageInQueue()
176 mBlePeripheralManager.notifyCharacteristicChanged(mDevice, mWriteCharacteristic, in writeNextMessageInQueue()
262 mWriteCharacteristic.setValue(headunitVersion.toByteArray()); in processVersionExchange()
263 mBlePeripheralManager.notifyCharacteristicChanged(device, mWriteCharacteristic, in processVersionExchange()
DCarBlePeripheralManager.java81 private final BluetoothGattCharacteristic mWriteCharacteristic; field in CarBlePeripheralManager
117 mWriteCharacteristic = new BluetoothGattCharacteristic(writeCharacteristicUuid, in CarBlePeripheralManager()
284 gattService.addCharacteristic(mWriteCharacteristic); in startAdvertising()
377 device, mWriteCharacteristic, mReadCharacteristic); in addConnectedDevice()