LE authentication requirement enumerator | CYW20706A2

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
HiNa_2357246
Level 5
Level 5
Distributor - Macnica (Japan)
5 likes given 50 replies posted First like given

My understanding is that the following enums are all LE Secure Connection.
If a customer wants to encrypt data, which should they choose? 

BTM_LE_AUTH_REQ_SC_ONLY
BTM_LE_AUTH_REQ_SC_BOND
BTM_LE_AUTH_REQ_SC_MITM
BTM_LE_AUTH_REQ_SC_MITM_BOND

URL:
https://infineon.github.io/btsdk-docs/BT-SDK/20706-A2_Bluetooth/API/wiced__bt__dev_8h.html#aef5791fd...

0 Likes
1 Solution
wasu
Level 4
Level 4
Distributor - Macnica (Japan)
First like received 10 solutions authored 100 sign-ins
Those enumerators are LE Secure Connections so they all support data encryption.
 
Additionaly, BTM_LE_AUTH_REQ_SC_MITM and BTM_LE_AUTH_REQ_SC_MITM_BOND come with pairing authentication.

View solution in original post

0 Likes
1 Reply
wasu
Level 4
Level 4
Distributor - Macnica (Japan)
First like received 10 solutions authored 100 sign-ins
Those enumerators are LE Secure Connections so they all support data encryption.
 
Additionaly, BTM_LE_AUTH_REQ_SC_MITM and BTM_LE_AUTH_REQ_SC_MITM_BOND come with pairing authentication.
0 Likes