Up one level (Programming)
Bluetooth Low Energy (BLE) in Linux
If you get trouble connecting to a BLE device in Linux from the command line with "gatttool", you might need to a add another argument: 
for it to work. 
  
 
 
 
To scan for BLE devices: 
To connect to BLE device: 
sudo gatttool -t random -b <MAC_of_BLE_device> -I
 
 
 |