This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Device Manager and Scanner Pairing

Hi. I use SDK 9.0.0 and Softdevice S130 1.0.0.

I try to pair Scanner and Peripheral. Scanner use example code "ble_app_uart_c_S120-master".

My peripheral have function that are '3 custom service uuid', 'store flash memory', 'DFU'.

When i try to pair example code "NUS", I success pairing and exchanging data. But when i try to pair "My peripheral", I fail exchanging data. If scanner try to pair, it is repeat evt "DM_EVT_CONNECTION - about 3 sec delay - DM_EVT_DISCONNECTION".

In order to find cause, I compare "NUS" and "My peripheral". and i find point.

At "My peripheral", if i erase 'device_manager_init()', i can do pairing and exchange data.

Master pannel App can exchange data. but my scanner can't exchange data. i want to exchange data without my peripheral's adjust.

Related