bt-dualboot icon indicating copy to clipboard operation
bt-dualboot copied to clipboard

added bt 5.1 support

Open Simon128 opened this issue 1 year ago • 8 comments

Hi, I had the same issue like #7 for a BT 5.1 device. So I've added support for that. Check it out :)

Simon128 avatar Apr 04 '23 13:04 Simon128

Thanks! @x2es could we merge it in?

bam80 avatar May 17 '23 10:05 bam80

If there is no response from upstream, maybe it's time to fork the project then?

bam80 avatar May 29 '23 08:05 bam80

FYI In latest Arch Linux / Fedora installations it seems to be SlaveLongTermKey so this PR unfortunately doesn't work on such systems. Altough it was a simple fix to get it working, great work!

davidfrickert avatar Jul 21 '23 22:07 davidfrickert

FYI In latest Arch Linux / Fedora installations it seems to be SlaveLongTermKey so this PR unfortunately doesn't work on such systems. Altough it was a simple fix to get it working, great work!

Simple fix? details please?

ameeno avatar Feb 06 '24 16:02 ameeno

Is there any fork that works with BLE devices?

AlejandroAkbal avatar Apr 11 '24 10:04 AlejandroAkbal

To make things worse:

https://github.com/bluez/bluez/blob/6fc599e334cead9cbd014f7830753bc28ee5868b/src/adapter.c#L4100

Later releases will change the key name to "PeripheralLongTermKey"

And I just checked my /var/lib/bluetooth info files, all three variants are there:

  • LongTermKey
  • SlaveLongTermKey
  • PeripheralLongTermKey

And they're all different.

yatli avatar May 01 '24 15:05 yatli

This runs for me without the nasty errors of the main branch, but fails to actually sync my devices.

  • Orochi V2 (Mouse)
  • JBL Extreme 2 (Speaker)

In the /var/lib/bluetooth info files, the JBL speaker has a LinkKey section and the Orochi mouse has Key sections titled IdentityResolvingKey, PeripheralLongTermKey and SlaveLongTermKey.

I can provide more info and testing if that's helpful.

mc0e avatar May 20 '24 23:05 mc0e

Is there any fork that works with BLE devices?

Not a fork, but a script to similar effects

Konfekt avatar Jun 04 '24 14:06 Konfekt