Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/service/test/
Dparcelable_unittest.cc178 TEST(ParcelableTest, GattCharacteristic) { in TEST() argument
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/tbs/
DTbsGatt.java371 private class GattCharacteristic extends BluetoothGattCharacteristic { class in TbsGatt
375 public GattCharacteristic(UUID uuid, int properties, int permissions) { in GattCharacteristic() method in TbsGatt.GattCharacteristic
/packages/modules/Bluetooth/pandora/interfaces/pandora_experimental/
Dgatt.proto78 message GattCharacteristic { message
/packages/modules/Bluetooth/system/blueberry/utils/
Dbt_gatt_constants.py182 class GattCharacteristic(enum.IntEnum): class