This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Connecting to HID Keyboard example from Linux

Any hints on connecting to HID keyboard example from linux command line ??


Running stock ble_app_hids_keyboard/pca10040/s112/ on eval board.
Works fine with iPhone but can't get it to work with linux command line.

Device shows up with "hcitool lescan" but connecting with gattool gives
error:
# gatttool -t random -b D7:81:18:34:B7:8A -I
[D7:81:18:34:B7:8A][LE]> connect
Attempting to connect to D7:81:18:34:B7:8A
Error: connect error: Function not implemented (38)

Also tried bluetoothctl ... power on; agent on; default-agent; scan on ...
but device does not show up in scan list .. running hcitool lescan at
the same time and the device shows up there ...

Related