Advantage 360 pro + BLE

good morning, nice freeBSD community.

I need a bit of help in resolving a connectivity issue.

the context:
1. an Advantage 360 pro keyboard that speaks BLE
2. a desktop with FreeBSD 13.2-RELEASE-p2 GENERIC amd64
3. the keyboard can be seen via hccontrol

Code:
doas hccontrol le_enable enable
doas hccontrol le_set_scan_enable enable
doas hccontrol read_neighbor_cache
doas hccontrol le_set_scan_enable disable

... shows:

Code:
...
R 77:b5:c6:c8:d2:5a 00 00 00 00 00 00 00 00            0      0xbf         0
    Complete local name: Adv360 Pro
    Appearance: c1 03
    Flags: 06
    Incomplete list of service class UUIDs (16-bit): 12 18 0f 18

At this step I am stuck -- have no idea what to do next.
Ultimately I need to bind the keyboard to the host.

Any ideas/links/questions/suggestions are greatly appreciated!

best regards,
Dmitry
 
Hi Dmitry, Did you ever get this sorted out? I'm in the same boat with a Logitech M720 mouse! If I ever do get it resolved I'm going to post a complete guide somewhere. There doesn't seem to be much in the way of documentation when it comes to bluetooth on FreeBSD. I also have an issue with my Logitech keyboard; it pairs fine using `bluetooth-config scan` but after the device goes to sleep it won't reconnect?
 
Hi Dmitry, Did you ever get this sorted out? I'm in the same boat with a Logitech M720 mouse! If I ever do get it resolved I'm going to post a complete guide somewhere. There doesn't seem to be much in the way of documentation when it comes to bluetooth on FreeBSD. I also have an issue with my Logitech keyboard; it pairs fine using `bluetooth-config scan` but after the device goes to sleep it won't reconnect?
hi :)

unfortunately, I have failed with this. To the best of my knowledge BLE isn't supported yet. At least not at the level that would allow for seamlessly pairing devices
 
Back
Top