Searched refs:onCharacteristicWrite (Results 1 - 6 of 6) sorted by relevance

/packages/services/Car/TrustAgent/src/com/android/car/trust/
H A DCarEnrolmentService.java68 public void onCharacteristicWrite(BluetoothDevice device, method in class:CarEnrolmentService
H A DCarUnlockService.java88 public void onCharacteristicWrite(BluetoothDevice device, method in class:CarUnlockService
/packages/services/Car/TrustAgent/src/com/android/car/trust/comms/
H A DSimpleBleServer.java167 public abstract void onCharacteristicWrite(final BluetoothDevice device, int requestId, method in class:SimpleBleServer
247 this.onCharacteristicWrite(device, requestId, characteristic,
H A DSimpleBleClient.java354 public void onCharacteristicWrite(BluetoothGatt gatt,
357 Log.d(TAG, "onCharacteristicWrite: " + status);
/packages/apps/Test/connectivity/PMC/src/com/android/pmc/
H A DGattClientListener.java225 public void onCharacteristicWrite(BluetoothGatt gatt, method in class:GattClientListener.GattCallback
227 Log.d(TAG, "onCharacteristicWrite: " + status);
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
H A DGattService.java1134 app.callback.onCharacteristicWrite(address, status, handle);
1509 app.callback.onCharacteristicWrite(callbackInfo.address,

Completed in 140 milliseconds