Home
last modified time | relevance | path

Searched refs:readDescriptor (Results 1 – 9 of 9) sorted by relevance

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/gatt/
DGattServiceBinderTest.java347 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()
DGattServiceTest.java434 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/
DBluetoothGatt.java671 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/
DGattInstance.kt338 if (mGatt.readDescriptor(descriptor)) { in readDescriptorBlocking()
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/
DIBluetoothGatt.aidl130 …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/
DGattService.java689 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/
DBassClientStateMachine.java2502 public boolean readDescriptor(BluetoothGattDescriptor descriptor) { in readDescriptor() method in BluetoothGattTestableWrapper
2503 return mWrappedBluetoothGatt.readDescriptor(descriptor); in readDescriptor()
/packages/modules/Bluetooth/apex/hiddenapi/
Dhiddenapi-max-target-o-low-priority.txt1440 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/
Dcurrent.txt614 …ission(android.Manifest.permission.BLUETOOTH_CONNECT) public boolean readDescriptor(android.blueto…