Searched refs:onCharacteristicRead (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/core/java/android/bluetooth/ |
D | BluetoothGattCallback.java | 59 public void onCharacteristicRead(BluetoothGatt gatt, BluetoothGattCharacteristic characteristic, in onCharacteristicRead() method in BluetoothGattCallback
|
D | BluetoothGattCallbackWrapper.java | 78 public void onCharacteristicRead(String address, int status, int srvcType, int srvcInstId, in onCharacteristicRead() method in BluetoothGattCallbackWrapper
|
D | IBluetoothGattCallback.aidl | 46 void onCharacteristicRead(in String address, in int status, in int srvcType, in onCharacteristicRead() method
|
D | BluetoothGatt.java | 315 public void onCharacteristicRead(String address, int status, int srvcType, 356 mCallback.onCharacteristicRead(BluetoothGatt.this, characteristic, status);
|
/frameworks/base/media/packages/BluetoothMidiService/src/com/android/bluetoothmidiservice/ |
D | BluetoothMidiDevice.java | 142 public void onCharacteristicRead(BluetoothGatt gatt,
|
/frameworks/base/docs/html/guide/topics/connectivity/ |
D | bluetooth-le.jd | 415 public void onCharacteristicRead(BluetoothGatt gatt,
|
/frameworks/base/api/ |
D | current.txt | 6748 …method public void onCharacteristicRead(android.bluetooth.BluetoothGatt, android.bluetooth.Bluetoo…
|
D | system-current.txt | 6968 …method public void onCharacteristicRead(android.bluetooth.BluetoothGatt, android.bluetooth.Bluetoo…
|