Hi,
I'm using SDK17.02 HID example on nRF52810.
What can I do so that my device is not automatically bound when it connects with other new devices.
Hi,
I'm using SDK17.02 HID example on nRF52810.
What can I do so that my device is not automatically bound when it connects with other new devices.
Sorry for my description.
I mean how could I get the status of finishing pairing? After that I need to send HID data.
Hi again,
If you have a look at the ble_hids_mouse example you can find PM_EVT_CONN_SEC_SUCCEEDED event in pm_evt_handler().
It's when the link is encrypted.
But note that by default if the link is not encrypted the CCCD will not be enabled and you won't be able to send any notification.