Hi,
Can anyone check if my understanding about this NFC-BLE pairing feature is correct?
1.Before connecting, two BLE devices will exchange some keys or info for secure communication, this step is called pairing.
2.If the pairing info (keys etc.) is stored, it is called bonded. Next time two bonded devices can directly get connected without pairing.
3.On smartphones under setting->bluetooth, My Devices or Paired Devices actually means 'bonded' (not necessarily connected).
4.The 'ble_nfc_pairing_reference' example will start a pairing request on the phone, like what it's said on infocenter, but the LED will switch to BSP_INDICATE_CONNECTED(led1 always on) state if we confirm the pairing request on phone, to get further connected, we need to use the app nRF Connect (smartphone built in Bluetooth cannot directly connect to this example).
5.If the bonded info on the phone is deleted, this example won't work (cannot paired with smartphone again by touching NFC) until the stored info on the board is cleared by a reset.
6.The 'ble_nfc_pairing_reference' example can only pair the board with the smartphone. We can't connect the device by NFC without other implementation.
Please correct me if I misunderstand any concept. Thanks.