Home
last modified time | relevance | path

Searched defs:onDescriptorWrite (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/android/bluetooth/
DBluetoothGattCallback.java115 public void onDescriptorWrite(BluetoothGatt gatt, BluetoothGattDescriptor descriptor, in onDescriptorWrite() method in BluetoothGattCallback
DBluetoothGattCallbackWrapper.java74 public void onDescriptorWrite(String address, int status, int handle) throws RemoteException { in onDescriptorWrite() method in BluetoothGattCallbackWrapper
DIBluetoothGattCallback.aidl38 void onDescriptorWrite(in String address, in int status, in int handle); in onDescriptorWrite() method