Skip to content

Commit

Permalink
todo
Browse files Browse the repository at this point in the history
  • Loading branch information
grundid committed Nov 15, 2013
1 parent dfbd443 commit 0087eca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/de/grundid/ble/gatt/GattDb.java
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

public class GattDb {

// FIXME convert all UUIDs to lower case
private static List<GattService> gattServices = new ArrayList<GattService>();
private static List<GattCharacteristic> gattCharacteristics = new ArrayList<GattCharacteristic>();
static {
Expand Down

0 comments on commit 0087eca

Please sign in to comment.