Searched refs:onCharacteristicWrite (Results 1 – 9 of 9) sorted by relevance
/frameworks/base/core/java/android/bluetooth/ |
D | BluetoothGattCallback.java | 78 public void onCharacteristicWrite(BluetoothGatt gatt, in onCharacteristicWrite() method in BluetoothGattCallback
|
D | BluetoothGattCallbackWrapper.java | 62 … public void onCharacteristicWrite(String address, int status, int handle) throws RemoteException { in onCharacteristicWrite() method in BluetoothGattCallbackWrapper
|
D | IBluetoothGattCallback.aidl | 35 void onCharacteristicWrite(in String address, in int status, in int handle); in onCharacteristicWrite() method
|
D | BluetoothGatt.java | 298 public void onCharacteristicWrite(String address, int status, int handle) { 330 mCallback.onCharacteristicWrite(BluetoothGatt.this, characteristic, status);
|
/frameworks/base/media/packages/BluetoothMidiService/src/com/android/bluetoothmidiservice/ |
D | BluetoothMidiDevice.java | 169 public void onCharacteristicWrite(BluetoothGatt gatt,
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 6280 …method public void onCharacteristicWrite(android.bluetooth.BluetoothGatt, android.bluetooth.Blueto…
|
/frameworks/base/api/ |
D | current.txt | 7142 …method public void onCharacteristicWrite(android.bluetooth.BluetoothGatt, android.bluetooth.Blueto…
|
D | test-current.txt | 7148 …method public void onCharacteristicWrite(android.bluetooth.BluetoothGatt, android.bluetooth.Blueto…
|
D | system-current.txt | 7434 …method public void onCharacteristicWrite(android.bluetooth.BluetoothGatt, android.bluetooth.Blueto…
|