We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hey guys,
tried to change the arry from the example of my needs in start_le_advertising
start_le_advertising(sock, min_interval=200, max_interval=200, data=(0x0,0x22) + (0,) * 29)
Is working fine but
start_le_advertising(sock, min_interval=200, max_interval=200, data=(0x0,0x22) + (0,) * 28)
btmon shows the following
< HCI Command: LE Set Advertising Data (0x08|0x0008) plen 31 #15 [hci1] 62.550191 invalid packet size 1e 00 22 00 00 00 00 00 00 00 00 00 00 00 00 00 .."............. 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ...............
just reduced the size, waht is wrong ?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hey guys,
tried to change the arry from the example of my needs in start_le_advertising
Is working fine but
btmon shows the following
< HCI Command: LE Set Advertising Data (0x08|0x0008) plen 31 #15 [hci1] 62.550191
invalid packet size
1e 00 22 00 00 00 00 00 00 00 00 00 00 00 00 00 ..".............
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ...............
just reduced the size, waht is wrong ?
The text was updated successfully, but these errors were encountered: