Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
DBleClientService.java495 readDescriptor(DESCRIPTOR_UUID); in onTestFinish()
517 readDescriptor(DESCRIPTOR_NO_READ_UUID); in onTestFinish()
529 readDescriptor(CHARACTERISTIC_RESULT_UUID, DESCRIPTOR_NEED_ENCRYPTED_READ_UUID); in onTestFinish()
676 private void readDescriptor(UUID uuid) { in readDescriptor() method in BleClientService
679 mBluetoothGatt.readDescriptor(descriptor); in readDescriptor()
695 private void readDescriptor(UUID cuid, UUID duid) { in readDescriptor() method in BleClientService
698 mBluetoothGatt.readDescriptor(descriptor); in readDescriptor()
DBleEncryptedClientService.java286 mBluetoothGatt.readDescriptor(descriptor); in startEncryptedAction()
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/
Dbluetooth-current.txt614 …ission(android.Manifest.permission.BLUETOOTH_CONNECT) public boolean readDescriptor(android.blueto…