Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/bluetooth/
DBluetoothGatt.java375 BluetoothGattDescriptor descriptor = getDescriptorById(mDevice, handle);
416 BluetoothGattDescriptor descriptor = getDescriptorById(mDevice, handle);
559 /*package*/ BluetoothGattDescriptor getDescriptorById(BluetoothDevice device, int instanceId) { in getDescriptorById() method in BluetoothGatt