HomeSort by relevance Sort by last modified time
    Searched refs:GattDbElement (Results 1 - 2 of 2) sorted by null

  /packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
GattDbElement.java 26 public class GattDbElement {
34 public 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 el = new GattDbElement()
    [all...]
GattService.java     [all...]

Completed in 3721 milliseconds