Searched refs:GattDbElement (Results 1 – 2 of 2) sorted by relevance
26 public class GattDbElement { class34 public GattDbElement() {} in GattDbElement() method in GattDbElement55 public static GattDbElement createPrimaryService(UUID uuid) { in createPrimaryService()56 GattDbElement el = new GattDbElement(); in createPrimaryService()62 public static GattDbElement createSecondaryService(UUID uuid) { in createSecondaryService()63 GattDbElement el = new GattDbElement(); in createSecondaryService()69 public static GattDbElement createCharacteristic(UUID uuid, int properties, int permissions) { in createCharacteristic()70 GattDbElement el = new GattDbElement(); in createCharacteristic()78 public static GattDbElement createDescriptor(UUID uuid, int permissions) { in createDescriptor()79 GattDbElement el = new GattDbElement(); in createDescriptor()[all …]
1303 GattDbElement getSampleGattDbElement() { in getSampleGattDbElement()1304 return new GattDbElement(); in getSampleGattDbElement()1307 void onGetGattDb(int connId, ArrayList<GattDbElement> db) throws RemoteException { in onGetGattDb()1329 for (GattDbElement el : db) { in onGetGattDb()1331 case GattDbElement.TYPE_PRIMARY_SERVICE: in onGetGattDb()1332 case GattDbElement.TYPE_SECONDARY_SERVICE: in onGetGattDb()1347 case GattDbElement.TYPE_CHARACTERISTIC: in onGetGattDb()1360 case GattDbElement.TYPE_DESCRIPTOR: in onGetGattDb()1371 case GattDbElement.TYPE_INCLUDED_SERVICE: in onGetGattDb()2587 void onServiceAdded(int status, int serverIf, List<GattDbElement> service) in onServiceAdded()[all …]