Home
last modified time | relevance | path

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

/packages/services/Car/TrustAgent/src/com/android/car/trust/comms/
DSimpleBleServer.java174 public abstract void onCharacteristicRead(BluetoothDevice device, in onCharacteristicRead() method in SimpleBleServer
233 this.onCharacteristicRead(device, requestId, offset, characteristic);
DSimpleBleClient.java363 public void onCharacteristicRead(BluetoothGatt gatt,
/packages/services/Car/TrustAgent/src/com/android/car/trust/
DCarEnrolmentService.java83 public void onCharacteristicRead(BluetoothDevice device, in onCharacteristicRead() method in CarEnrolmentService
DCarUnlockService.java109 public void onCharacteristicRead(BluetoothDevice device, in onCharacteristicRead() method in CarUnlockService
/packages/apps/Test/connectivity/PMC/src/com/android/pmc/
DGattClientListener.java219 public void onCharacteristicRead(BluetoothGatt gatt, in onCharacteristicRead() method in GattClientListener.GattCallback
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
DBluetoothAccessoryFragment.java282 public void onCharacteristicRead(BluetoothGatt gatt, in onCharacteristicRead() method in BluetoothAccessoryFragment.GattBatteryCallbacks
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
DGattService.java1106 app.callback.onCharacteristicRead(address, status, handle, data); in onReadCharacteristic()