Searched defs:GattDbElement (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
H A DGattDbElement.java26 public class GattDbElement { class
34 public GattDbElement() {} method in class:GattDbElement
55 public static GattDbElement createPrimaryService(UUID uuid) {
56 GattDbElement el = new GattDbElement();
62 public static GattDbElement createSecondaryService(UUID uuid) {
63 GattDbElement el = new GattDbElement();
69 public static GattDbElement createCharacteristic(UUID uuid, int properties, int permissions) {
70 GattDbElement e
[all...]

Completed in 39 milliseconds