Hello,
Sorry for this long question but these questions are bothering me and I need these to carry on with my project.
1) What is the peer manager's device identity list. I understand whitelist but what is device identity
2) When will PM_EVT_CONN_SEC_CONFIG_REQ be triggered. I tried various combinations multiple times but not once was it triggered. I need this to know whether or not to enable pairing when that event fires.
3) In the NUS service, in the peripheral side why is BLE_NUS_EVT_TX_RDY being triggered via the event handler every time? Its written "Service is ready to accept new data to be transmitted". Does that mean that the central is sending an empty packet to the peripheral for start of the connection event (as per Bluetooth protocols)?
4) In the softdevice release notes its given that we have to modify the SEVOPEND flag for priorities>6. I dont see that anywhere being done in the BLE NUS example nor the heart rate example.
Thanks a Ton in advance