Pairing and bonding not functional in the peripheral accept list example #80157
Unanswered
bkaiwalyabosch
asked this question in
Q&A
Replies: 2 comments
-
Hi @bkaiwalyabosch! We appreciate you submitting your first issue for our open-source project. 🌟 Even though I'm a bot, I can assure you that the whole community is genuinely grateful for your time and effort. 🤖💙 |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi, I could get the pairing pop-up to enable 'Just works' pairing by adding a macro in the prj.conf file: CONFIG_BT_SMP_ALLOW_UNAUTH_OVERWRITE=y |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
Describe the bug
Hello, I tried to build and run the peripheral accept list example from zephyr\samples\bluetooth\peripheral_accept_list on the STM32 Nucleo WBA55CG, and do not get the pairing pop-up to pair and further bond with my smartphone Oneplus Nord (Android 13).
To Reproduce
west build -b nucleo_wba55cg
Expected behavior
Pairing pop-up is received on the smartphone immediately after the write is performed on the write_characteristic_uuid characteristics
Impact
Logs and console output
Bluetooth initialized<\r><\n>
[00:00:00.119,000] <27>[0m bt_hci_core: Identity: 00:80:E1:2A:B6:1B (public)<27>[0m<\r><\n>
[00:00:00.119,000] <27>[0m bt_hci_core: HCI: version 5.4 (0x0d) revision 0x800f, manufacturer 0x0030<27>[0m<\r><\n>
[00:00:00.119,000] <27>[0m bt_hci_core: LMP: version 5.4 (0x0d) subver 0x600f<27>[0m<\r><\n>
Added 5C:87:30:83:2E:DF (public) to advertising accept filter list<\r><\n>
Advertising successfully started<\r><\n>
Connected<\r><\n>
Disconnected, reason 0x13 <\r><\n>
Environment (please complete the following information):
Windows 11
-- CMake version: 3.28.1
-- Cache files will be written to: C:/zephyrproject/zephyr/.cache
-- Zephyr version: 3.7.99 (C:/zephyrproject/zephyr)
-- Found west (found suitable version "1.2.0", minimum required is "0.14.0")
-- Board: nucleo_wba55cg, qualifiers: stm32wba55xx
-- Found host-tools: zephyr 0.16.8 (C:/zephyr-sdk-0.16.8)
-- Found toolchain: zephyr 0.16.8 (C:/zephyr-sdk-0.16.8)
Additional context
Beta Was this translation helpful? Give feedback.
All reactions