Home
last modified time | relevance | path

Searched refs:writeCharacteristic (Results 1 – 7 of 7) sorted by relevance

/packages/apps/Test/connectivity/PMC/src/com/android/pmc/
DGattClientListener.java230 writeCharacteristic(gatt, (int) (timeElapse / MILLSEC)); in onCharacteristicWrite()
268 writeCharacteristic(gatt, INIT_VALUE); in onMtuChanged()
277 private void writeCharacteristic(BluetoothGatt gatt, int value) { in writeCharacteristic() method in GattClientListener.GattCallback
300 gatt.writeCharacteristic(characteristic); in writeCharacteristic()
/packages/services/Car/service/src/com/android/car/trust/
DBLEVersionExchangeResolver.java55 @NonNull BluetoothGattCharacteristic writeCharacteristic, in resolveToStream() argument
71 writeCharacteristic, in resolveToStream()
DCarTrustAgentBleManager.java246 BluetoothGattCharacteristic writeCharacteristic = in resolveBLEVersion() local
249 if (writeCharacteristic == null) { in resolveBLEVersion()
279 deviceVersion, device, mBlePeripheralManager, writeCharacteristic, in resolveBLEVersion()
299 writeCharacteristic); in resolveBLEVersion()
DBleMessageStreamV1.java84 @NonNull BluetoothGattCharacteristic writeCharacteristic, in BleMessageStreamV1() argument
89 mWriteCharacteristic = writeCharacteristic; in BleMessageStreamV1()
/packages/apps/Car/libs/connected-device-lib/src/com/android/car/connecteddevice/ble/
DCarBleCentralManager.java305 BluetoothGattCharacteristic writeCharacteristic =
309 if (writeCharacteristic == null || readCharacteristic == null) {
DBleDeviceMessageStream.java101 @NonNull BluetoothGattCharacteristic writeCharacteristic, in BleDeviceMessageStream() argument
106 mWriteCharacteristic = writeCharacteristic; in BleDeviceMessageStream()
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
DGattService.java616 public void writeCharacteristic(int clientIf, String address, int handle, int writeType, in writeCharacteristic() method in GattService.BluetoothGattBinder
622 service.writeCharacteristic(clientIf, address, handle, writeType, authReq, value); in writeCharacteristic()
2482 void writeCharacteristic(int clientIf, String address, int handle, int writeType, int authReq, in writeCharacteristic() method in GattService