Searched refs:onDescriptorWriteRequest (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/bluetooth/
H A DBluetoothGattServerCallback.java115 public void onDescriptorWriteRequest(BluetoothDevice device, int requestId, method in class:BluetoothGattServerCallback
H A DIBluetoothGattServerCallback.aidl51 void onDescriptorWriteRequest(in String address, in int transId,
H A DBluetoothGattServer.java219 public void onDescriptorWriteRequest(String address, int transId,
227 if (VDBG) Log.d(TAG, "onDescriptorWriteRequest() - "
243 mCallback.onDescriptorWriteRequest(device, transId, descriptor,
463 * <li>{@link BluetoothGattServerCallback#onDescriptorWriteRequest}

Completed in 220 milliseconds