Home
last modified time | relevance | path

Searched defs:getCharacteristic (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothGattService.java243 /*package*/ BluetoothGattCharacteristic getCharacteristic(UUID uuid, int instanceId) { in getCharacteristic() method in BluetoothGattService
348 public BluetoothGattCharacteristic getCharacteristic(UUID uuid) { in getCharacteristic() method in BluetoothGattService
DBluetoothGattDescriptor.java173 public BluetoothGattCharacteristic getCharacteristic() { in getCharacteristic() method in BluetoothGattDescriptor
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/tbs/
DTbsGattTest.java145 private BluetoothGattCharacteristic getCharacteristic(UUID uuid) { in getCharacteristic() method in TbsGattTest