Searched refs:onDescriptorWrite (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/core/java/android/bluetooth/ |
D | BluetoothGattCallback.java | 115 public void onDescriptorWrite(BluetoothGatt gatt, BluetoothGattDescriptor descriptor, in onDescriptorWrite() method in BluetoothGattCallback
|
D | BluetoothGattCallbackWrapper.java | 99 public void onDescriptorWrite(String address, int status, int srvcType, int srvcInstId, in onDescriptorWrite() method in BluetoothGattCallbackWrapper
|
D | IBluetoothGattCallback.aidl | 59 void onDescriptorWrite(in String address, in int status, in int srvcType, in onDescriptorWrite() method
|
D | BluetoothGatt.java | 504 public void onDescriptorWrite(String address, int status, int srvcType, 548 mCallback.onDescriptorWrite(BluetoothGatt.this, descriptor, status);
|
/frameworks/base/api/ |
D | system-current.txt | 6499 …method public void onDescriptorWrite(android.bluetooth.BluetoothGatt, android.bluetooth.BluetoothG…
|
D | current.txt | 6285 …method public void onDescriptorWrite(android.bluetooth.BluetoothGatt, android.bluetooth.BluetoothG…
|