You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
A clear and concise description of what the bug is.
The "bt_le_scan_start" method fails with error -5, when using extended advertisements (CONFIG_BT_EXT_ADV).
After investigating I've found the error " bt_hci_core: opcode 0x2041 status 0x01". This comes from hci_core.c, line 341, It returns an IO error. Not too sure what could be wrong with IO?
What have you tried to diagnose or workaround this issue?
I've ran the sample sync_adv with the same error.
CONFIG_BT_EXT_ADV disabling solves the issue but won't scan extended advertisements obviously.
Tried with different Adafruit feather, same result.
To Reproduce
Steps to reproduce the behavior:
Since the error happens on the sample as well, run the sample bluetooth > periodic_sync.
Issue isn't related with any periodic advertising. Only starting the extended scanner.
Expected behavior
A clear and concise description of what you expected to happen.
Same behaviour as starting it without extended advertisements: Callbacks being invoked on each scan.
Impact
What impact does this issue have on your progress (e.g., annoyance, showstopper)
Blocker. Have a deadline to work with new Bluetooth features (ext advertisements)
Logs and console output
Environment (please complete the following information):
Describe the bug
A clear and concise description of what the bug is.
The "bt_le_scan_start" method fails with error -5, when using extended advertisements (CONFIG_BT_EXT_ADV).
After investigating I've found the error " bt_hci_core: opcode 0x2041 status 0x01". This comes from hci_core.c, line 341, It returns an IO error. Not too sure what could be wrong with IO?
What have you tried to diagnose or workaround this issue?
I've ran the sample sync_adv with the same error.
CONFIG_BT_EXT_ADV disabling solves the issue but won't scan extended advertisements obviously.
Tried with different Adafruit feather, same result.
To Reproduce
Steps to reproduce the behavior:
Since the error happens on the sample as well, run the sample bluetooth > periodic_sync.
Issue isn't related with any periodic advertising. Only starting the extended scanner.
Expected behavior
A clear and concise description of what you expected to happen.
Same behaviour as starting it without extended advertisements: Callbacks being invoked on each scan.
Impact
What impact does this issue have on your progress (e.g., annoyance, showstopper)
Blocker. Have a deadline to work with new Bluetooth features (ext advertisements)
Logs and console output
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: