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

HOW to use direct advertising to connect the central successfully?

I use nrf52832 board by fast advertising to connect the central(surface 4 Tablet).Then the board go to sleep.when I push the button the board use direct advertising to connect the central again,but it dont connect. I use the peer manager to get the central address,when the BLE_ADV_EVT_PEER_ADDR_REQUEST event of direct advertising happens.

SDK 14.2  Softdevice 132 .Can you give me some suggestions about direct advertising to connect previous central successfully.

Parents Reply
  • What we notice is that after pairing and using directed advertising to connect to a Windows 10 (Surface Pro) device, the Windows 10 device behaves differently based on a characteristic that reside on the peripheral side ("Central Address Resolution" characteristic). It seems that if Windows 10 discover this characteristic it will trigger an issue as described in my previous reply, this issue occur on the Windows 10 side.

    The Central Address Characteristic can't be removed on the peripheral side, as it is mandatory to have it if supported. This means that the fix should be done on the central side to handle this characteristic correctly, in this case Windows 10.

    The only way to possible workaround this issue on the peripheral side would be to always enable Privacy.

    Please let me know your results after testing Windows insiders build.

Children
Related