Tool/software: Code Composer Studio
We need to support LL encryption as defined in BLE 5.0 core spec Vol.6 PartB LL Specification: 5.1.3 Encryption Procedure
"The Link Layer, upon request from the Host, can enable the encryption of packets after entering the Connection State."
Can you please go into more details on how would we implement this In the application? We are using via NPI an unmodified host_test project at the moment.
As a side question.... I have found these defines in in ll_common.h that seem not to be used anywhere.
#define LL_ENC_REQ_PAYLOAD_LEN 23 #define LL_ENC_RSP_PAYLOAD_LEN 13 #define LL_START_ENC_REQ_PAYLOAD_LEN 1 #define LL_START_ENC_RSP_PAYLOAD_LEN 1
Are these preparations for future support?