Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/bluetooth/
DBluetoothGatt.java278 BluetoothGattCharacteristic characteristic = getCharacteristicById(mDevice, handle);
310 BluetoothGattCharacteristic characteristic = getCharacteristicById(mDevice, handle);
348 BluetoothGattCharacteristic characteristic = getCharacteristicById(mDevice, handle);
545 …/*package*/ BluetoothGattCharacteristic getCharacteristicById(BluetoothDevice device, int instance… in getCharacteristicById() method in BluetoothGatt