Home
last modified time | relevance | path

Searched defs:onCharacteristicRead (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/android/bluetooth/
DBluetoothGattCallback.java59 public void onCharacteristicRead(BluetoothGatt gatt, BluetoothGattCharacteristic characteristic, in onCharacteristicRead() method in BluetoothGattCallback
DBluetoothGattCallbackWrapper.java57 public void onCharacteristicRead(String address, int status, int handle, byte[] value) in onCharacteristicRead() method in BluetoothGattCallbackWrapper
DIBluetoothGattCallback.aidl34 void onCharacteristicRead(in String address, in int status, in int handle, in byte[] value); in onCharacteristicRead() method