Dear all,
I am testing the SMP server example with NRF52832DK.
I have changed CONFIG_MCUMGR_SMP_BT=y
The device is advertising with Zephyr name. But mobile app cannot connet to it.
Here is log on the soc.
*** Booting Zephyr OS build v3.0.99-ncs1 ***
I: Starting bootloader
I: Primary image: magic=unset, swap_type=0x1, copy_done=0x3, image_ok=0x3
I: Secondary image: magic=unset, swap_type=0x1, copy_done=0x3, image_ok=0x3
I: Boot source: none
I: Swap type: none
I: Bootloader chainload address offset: 0xc000
�*** Booting Zephyr OS build v3.0.99-ncs1 ***
[00:00:00.004,547] <inf> sdc_hci_driver: SoftDevice Controller build revision:
33 78 2a 18 20 f5 61 61 a6 8b 77 60 62 83 39 2a |3x*. .aa ..w`b.9*
7c f1 14 e4 ||...
[00:00:00.009,521] <inf> smp_bt_sample: Bluetooth initialized
[00:00:00.010,711] <inf> smp_bt_sample: Advertising successfully started
[00:00:00.010,772] <inf> smp_sample: build time: Oct 18 2022 14:04:04
[00:00:05.995,635] <inf> smp_bt_sample: Connected
[00:00:06.200,897] <inf> smp_bt_sample: Disconnected (reason 0x13)
[00:00:06.202,697] <inf> smp_bt_sample: Advertising successfully started
[00:00:10.919,921] <inf> smp_bt_sample: Connected
[00:00:11.103,363] <inf> smp_bt_sample: Disconnected (reason 0x13)
[00:00:11.105,194] <inf> smp_bt_sample: Advertising successfully started
Best regards.