forked from noble/noble
-
Notifications
You must be signed in to change notification settings - Fork 160
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
noble not returning correct data #329
Comments
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 ? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
^Croot@jura:/home/amazon/btEngine# bluetoothctl info F8:FB:C3:2A:78:70 Device F8:FB:C3:2A:78:70 (random) Name: TT214H BlueFrog Alias: TT214H BlueFrog Paired: no Trusted: no Blocked: no Connected: no LegacyPairing: no UUID: Unknown (00001523-0000-1000-8000-00805f9b34fb) UUID: Unknown (00001623-0000-1000-8000-00805f9b34fb) ManufacturerData Key: 0x00ab ManufacturerData Value: 2a 05 08 03 31 3d e5 2e fa 00 46 43 83 42 01 c0 *...1=....FC.B.. 01 b6 28 00 00 00 00 00 00 00 00 ..(........
From test_exec
the relevant code section is below
The text was updated successfully, but these errors were encountered: