Hi
I need to connect to perticular central and i know the central MAC address. So i am using whitelisting in peripheral.
I made below changes in my code in ble_app_uart but central getting connected disconnected so fast. Did i miss something to add in code or whats the problem?
1. When i used peer_addr.addr_type = BLE_GAP_ADDR_TYPE_PUBLIC; then peripheral is seen on nrf but not able to connect and when i set BLE_GAP_ADDR_TYPE_RANDOM_STATIC no peripheral is shown on nrf app.
Please suggest how to connect one peripheral to particular central?