Jérôme Laheurte
Jérôme Laheurte
Update: since I discovered hci_write_stored_link_key I was going to add command-line arguments to specify the link keys directly, then I noticed bt_utils.c has a write_stored_link_key function, which is unused. Is...
Indeed, BlueZ uses BT management sockets (https://github.com/bluez/bluez/blob/master/doc/mgmt-api.txt) to communicate "directly" with the kernel. I'll go with that then. The link key files are too distribution-dependent (the ones I mentioned are...
Indeed, thanks
Yes it is. On the other hand, removing the acl_send_data hack and setting the MTU doesn't work; write() still errors out with "invalid packet size" or something. So the only...
Hi there. A couple remarks: * Report 8 seems to be the same as report 0x14 on the PS4/Dualshock (see https://dsremap.readthedocs.io/en/latest/reverse.html#boot-sequence-ps4) so if you get the 0x2/0x1 sequence of set_reports...
For the record: the PS5 seems to have 2 Bluetooth addresses. They use the same link key. If you look at the hcidump you'll notice a failed link key negotiation...
Good idea, I'll try this
Nope, doesn't work; if the Dualsense is paired with dongle 1 and the PS5 with dongle 2, the PS5 does not accept incoming connections from dongle 1 (first proxy instance)....
The hcidump FWIW https://jeromelaheurte.net/nextcloud/index.php/s/mj9eqf54wpcjMj4
In what configuration do you want to use this, as a replacement for the Leonardo ? Regardless of software support, the nano seems to have a single USB controller and...