Replies: 2 comments 1 reply
-
nobody knows ? |
Beta Was this translation helpful? Give feedback.
0 replies
-
It's been a few years since I worked with this stuff so I don't remember too clearly. Why is this commented out? And when you say it stops working, what do you mean by that? I think adding more to advertising usually means you need to go into the scan result packet, not much fits in the advertising packet alone |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I am testing to declare a BLE uart peripheral and I am using examples/bluetooth/ble_uart_peripheral.py.
I have only modified the ble_advertising.py to add MANUFACTURER_DATA:
and inside ble_uart_peripheral.py I am passing the data like this:
If I don't pass manufacturerData (manufacturerData=None) it works but it doesn't as soon as I assign my data.
What am I doing wrong ?
I have also tested to only advertise the _MANUFACTURER_ID without the associated data like that:
but same problem
Beta Was this translation helpful? Give feedback.
All reactions