Open mteichtahl opened 9 months ago
Is this reproductible with other devices ?
It is. Yes. Both with other Bluetooth devices and central devices. We tested with both a pi and osx - same results Please note: My working hours may not be your working hours. Please do not feel obligated to reply outside of your normal work schedule!Sent on the go - please excuse mistakes On 23 Feb 2024, at 7:35 am, Philippe Coval @.***> wrote: Is this reproductible with other devices ?
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: @.***>
Does this relate to other problem observed elsewhere:
Thanks for the tip. I’ll work through this and try swapping to raspbian
We have now tried raspbian as well - it seems we are seeing the same behaviour
Do you know if it's a regression ? I would compare to earlier versions ?
Hi all
I have found an interesting issue. When I grab the manufacturerData from a peripheral, noble is giving me what appears to be incorrect data. Looking at the three samples, you will see the data from noble and bluetoothcli is different from the data returned from test_exec. I believe the data from test_exec to be correct. However, even if i hard code the key from test_exec into noble, the hearbeat fails to keep the session alive.
my environment is
Linux jura 5.15.0-1046-raspi #49-Ubuntu SMP PREEMPT Thu Jan 18 12:45:41 UTC 2024 aarch64 aarch64 aarch64 GNU/Linux
onUbuntu 22.04.4 LTS
any guidance would be greatly appreciated
from noble
from bluetoothcli
From test_exec
the relevant code section is below