Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/tbs/
DTbsGatt.java540 private class GattCharacteristic extends BluetoothGattCharacteristic { class in TbsGatt
544 public GattCharacteristic(UUID uuid, int properties, int permissions) { in GattCharacteristic() method in TbsGatt.GattCharacteristic
/packages/modules/Bluetooth/pandora/interfaces/pandora_experimental/
Dgatt.proto98 message GattCharacteristic { message
/packages/modules/Bluetooth/system/blueberry/utils/
Dbt_gatt_constants.py182 class GattCharacteristic(enum.IntEnum): class