Searched refs:onDescriptorRead (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/core/java/android/bluetooth/ |
D | BluetoothGattCallback.java | 102 public void onDescriptorRead(BluetoothGatt gatt, BluetoothGattDescriptor descriptor, in onDescriptorRead() method in BluetoothGattCallback
|
D | BluetoothGattCallbackWrapper.java | 70 …public void onDescriptorRead(String address, int status, int handle, byte[] value) throws RemoteEx… in onDescriptorRead() method in BluetoothGattCallbackWrapper
|
D | IBluetoothGattCallback.aidl | 37 void onDescriptorRead(in String address, in int status, in int handle, in byte[] value); in onDescriptorRead() method
|
D | BluetoothGatt.java | 364 public void onDescriptorRead(String address, int status, int handle, byte[] value) { 395 mCallback.onDescriptorRead(BluetoothGatt.this, descriptor, status);
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 6282 …method public void onDescriptorRead(android.bluetooth.BluetoothGatt, android.bluetooth.BluetoothGa…
|
/frameworks/base/api/ |
D | current.txt | 7144 …method public void onDescriptorRead(android.bluetooth.BluetoothGatt, android.bluetooth.BluetoothGa…
|
D | test-current.txt | 7150 …method public void onDescriptorRead(android.bluetooth.BluetoothGatt, android.bluetooth.BluetoothGa…
|
D | system-current.txt | 7436 …method public void onDescriptorRead(android.bluetooth.BluetoothGatt, android.bluetooth.BluetoothGa…
|