Part Number: LP-EM-CC2340R5
I would like to know about the encryption technology used after pairing.
I am using SimpleLink 7.40.00.64.
There are two questions.
1. When I look at the manual "GAP Bond Manager and LE Secure Connections", it says that encryption is performed when bonding is performed.
What events are published and encrypted?
I checked the Pairing_pairStateHandler of the sample project basic_ble with a debugger, but it did not stop at "BLEAPPUTIL_PAIRING_STATE_ENCRYPTED".
2. Does encryption need to be configured by the user?
When I looked at the API, I found a function called HCI_LE_StartEncyptCmd. If you need to use this please let me know.