Searched refs:onDescriptorWrite (Results 1 – 8 of 8) 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 | 74 public void onDescriptorWrite(String address, int status, int handle) throws RemoteException { in onDescriptorWrite() method in BluetoothGattCallbackWrapper
|
D | IBluetoothGattCallback.aidl | 38 void onDescriptorWrite(in String address, in int status, in int handle); in onDescriptorWrite() method
|
D | BluetoothGatt.java | 405 public void onDescriptorWrite(String address, int status, int handle) { 436 mCallback.onDescriptorWrite(BluetoothGatt.this, descriptor, status);
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 6283 …method public void onDescriptorWrite(android.bluetooth.BluetoothGatt, android.bluetooth.BluetoothG…
|
/frameworks/base/api/ |
D | current.txt | 7145 …method public void onDescriptorWrite(android.bluetooth.BluetoothGatt, android.bluetooth.BluetoothG…
|
D | test-current.txt | 7151 …method public void onDescriptorWrite(android.bluetooth.BluetoothGatt, android.bluetooth.BluetoothG…
|
D | system-current.txt | 7437 …method public void onDescriptorWrite(android.bluetooth.BluetoothGatt, android.bluetooth.BluetoothG…
|