I was wondering if you might know if there is anything special you have to do in order to get gatttool to play nice with Kali Linux?
I'm able to use hcitool to lescan, find my device. When I try to use gatttool I get a connection refused error:
root@kali-vm:~# gatttool -b b4:e6:2d:96:14:7F --char-read -a 0x002a
connect: Connection refused (111)
root@kali-vm:~# gatttool --adapter=hci1 -I
[ ][LE]> connect b4:e6:2d:96:14:7F
Attempting to connect to b4:e6:2d:96:14:7F
Error: connect: Connection refused (111)
I am able to connect to the device and read GATT data using nRF Connect from an Android device, so the device itself seems to be working fine. I also made sure my Android device was disconnected and bluetooth was disabled before trying to connect from Kali.
I was wondering if you might know if there is anything special you have to do in order to get gatttool to play nice with Kali Linux?
I'm able to use
hcitool
to lescan, find my device. When I try to usegatttool
I get a connection refused error:I am able to connect to the device and read GATT data using nRF Connect from an Android device, so the device itself seems to be working fine. I also made sure my Android device was disconnected and bluetooth was disabled before trying to connect from Kali.
Any pointers on getting this set up right?