Gatttool

gatttool is tool that can be used to manipulate these attributes with a Bluetooth Low Energy device

#default on most nix distros

gatttool -I 

connect 78:02:XX:XX:XX:XX  (connect to a remote device)

characteristics (show characteristics, after connecting)

char-read-hnd 0x001a (read a specifict characteristic , in this case the handle)

Last updated