Hi there,
When i disconnect the keyboard, the nrf51822 will restart advertising in directed mode.
And then on_adv_evt() will receive BLE_ADV_EVT_PEER_ADDR_REQUEST event to getting a peer's device address.
But dm_peer_addr_get() return an error cause nrf51822 reset.
Could you help me fix it?
Here is my test environment:
HW: nRF51-Dongle
SW: nRF51_SDK_8.0.0
Connect device: Nexus 5, iPhone 6
Thanks.