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_tble_aa_check; /*!< True if adds a verification step for the Access Address within the CONNECT_IND PDU; false otherwise. Configurable in menuconfig */
220
-
uint32_tconfig_magic; /*!< Configuration magic value */
220
+
uint8_tble_llcp_disc_flag; /*!< Flag indicating whether the Controller disconnects after Instant Passed (0x28) error occurs. Configurable in menuconfig.
221
+
- The Controller does not disconnect after Instant Passed (0x28) by default. */
222
+
uint16_tscan_backoff_upperlimitmax; /*!< The value of upperlimitmax is 2^n, The maximum value is 256 */
223
+
uint8_tble_chan_ass_en; /*!< Enable / disable BLE channel assessment. Configurable in menuconfig.
224
+
- 0 - Disable
225
+
- 1 - Enable (default) */
226
+
uint8_tble_data_lenth_zero_aux; /*!< Enable / disable auxiliary packets when the extended ADV data length is zero. Configurable in menuconfig.
227
+
- 0 - Disable (default)
228
+
- 1 - Enable */
229
+
uint32_tconfig_magic; /*!< Configuration magic value */
0 commit comments