You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
uint8_tignore_wl_for_direct_adv; /*!< Ignore the whitelist for direct advertising */
212
212
uint8_tenable_pcl; /*!< Enable power control */
213
213
uint8_tcsa2_select; /*!< Select CSA#2*/
214
+
uint8_tenable_csr; /*!< Enable CSR */
215
+
uint8_tble_aa_check; /*!< True if adds a verification step for the Access Address within the CONNECT_IND PDU; false otherwise. Configurable in menuconfig */
214
216
uint32_tconfig_magic; /*!< Magic number for configuration validation */
uint8_tcpu_freq_mhz; /*!< CPU frequency in megahertz */
215
215
uint8_tignore_wl_for_direct_adv; /*!< Ignore the white list for directed advertising */
216
216
uint8_tenable_pcl; /*!< Enable power control */
217
-
uint8_tcsa2_select; /*!< Select CSA#2*/
217
+
uint8_tcsa2_select; /*!< Select CSA#2*/
218
+
uint8_tenable_csr; /*!< Enable CSR */
219
+
uint8_tble_aa_check; /*!< True if adds a verification step for the Access Address within the CONNECT_IND PDU; false otherwise. Configurable in menuconfig */
218
220
uint32_tconfig_magic; /*!< Configuration magic value */
0 commit comments