Advertisement
Guest User

Untitled

a guest
Aug 23rd, 2017
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. public static final UUID EIXO_Y = UUID.fromString("00002a47-0000-1000-8000-00805f9b34fb");
  2. public static final UUID ACELEROMETRO_SERVICE = UUID.fromString("00002a45-0000-1000-8000-00805f9b34fb");
  3.  
  4. gatt.setCharacteristicNotification(gatt.getService(ACELEROMETRO_SERVICE)
  5. .getCharacteristic(EIXO_Y, true);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement