Hello,
I use nrf51 based device as peripheral with SD110.
I use connectable advertising (BLE_GAP_ADV_TYPE_ADV_IND, BLE_GAP_ADV_FP_ANY
) and turned on BLE_GAP_EVT_SCAN_REQ_REPORT
s to be able to see addesses of scanning centrals.
The question is: How can peripheral block central with address X (received from scan report) from further connection request?
P.S. May be sd_ble_gap_connect_cancel()
could be used but how and where?