Searched refs:onCharacteristicRead (Results 1 – 10 of 10) 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 | 57 public void onCharacteristicRead(String address, int status, int handle, byte[] value) in onCharacteristicRead() method in BluetoothGattCallbackWrapper
|
D | IBluetoothGattCallback.aidl | 34 void onCharacteristicRead(in String address, in int status, in int handle, in byte[] value); in onCharacteristicRead() method
|
D | BluetoothGatt.java | 249 public void onCharacteristicRead(String address, int status, int handle, byte[] value) { 287 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/opt/setupwizard/tools/docs/ |
D | android-22.txt | 6279 …method public void onCharacteristicRead(android.bluetooth.BluetoothGatt, android.bluetooth.Bluetoo…
|
/frameworks/base/api/ |
D | current.txt | 7141 …method public void onCharacteristicRead(android.bluetooth.BluetoothGatt, android.bluetooth.Bluetoo…
|
D | test-current.txt | 7147 …method public void onCharacteristicRead(android.bluetooth.BluetoothGatt, android.bluetooth.Bluetoo…
|
D | system-current.txt | 7433 …method public void onCharacteristicRead(android.bluetooth.BluetoothGatt, android.bluetooth.Bluetoo…
|