/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/gatt/ |
D | GattServiceBinderTest.java | 347 public void readDescriptor() throws Exception { in readDescriptor() method in GattServiceBinderTest 353 mBinder.readDescriptor(clientIf, address, handle, authReq, mAttributionSource); in readDescriptor() 355 verify(mService).readDescriptor(clientIf, address, handle, authReq, mAttributionSource); in readDescriptor()
|
D | GattServiceTest.java | 434 public void readDescriptor() throws Exception { in readDescriptor() method in GattServiceTest 443 mService.readDescriptor(clientIf, address, handle, authReq, mAttributionSource); in readDescriptor()
|
/packages/modules/Bluetooth/framework/java/android/bluetooth/ |
D | BluetoothGatt.java | 671 mService.readDescriptor( 1642 public boolean readDescriptor(BluetoothGattDescriptor descriptor) { in readDescriptor() method in BluetoothGatt 1661 mService.readDescriptor( in readDescriptor()
|
/packages/modules/Bluetooth/android/pandora/server/src/ |
D | GattInstance.kt | 338 if (mGatt.readDescriptor(descriptor)) { in readDescriptorBlocking()
|
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/ |
D | IBluetoothGatt.aidl | 130 …void readDescriptor(in int clientIf, in String address, in int handle, in int authReq, in Attribut… in readDescriptor() method
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/ |
D | GattService.java | 689 public void readDescriptor( in readDescriptor() method in GattService.BluetoothGattBinder 699 service.readDescriptor(clientIf, address, handle, authReq, attributionSource); in readDescriptor() 2408 void readDescriptor( in readDescriptor() method in GattService
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/bass_client/ |
D | BassClientStateMachine.java | 2502 public boolean readDescriptor(BluetoothGattDescriptor descriptor) { in readDescriptor() method in BluetoothGattTestableWrapper 2503 return mWrappedBluetoothGatt.readDescriptor(descriptor); in readDescriptor()
|
/packages/modules/Bluetooth/apex/hiddenapi/ |
D | hiddenapi-max-target-o-low-priority.txt | 1440 Landroid/bluetooth/IBluetoothGatt$Stub$Proxy;->readDescriptor(ILjava/lang/String;II)V 1553 Landroid/bluetooth/IBluetoothGatt;->readDescriptor(ILjava/lang/String;II)V
|
/packages/modules/Bluetooth/framework/api/ |
D | current.txt | 614 …ission(android.Manifest.permission.BLUETOOTH_CONNECT) public boolean readDescriptor(android.blueto…
|