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_llcp_disc_flag; /*!< Flag indicating whether the Controller disconnects after Instant Passed (0x28) error occurs. Configurable in menuconfig.
509
499
- The Controller does not disconnect after Instant Passed (0x28) by default. */
510
500
boolrun_in_flash; /*!< True if the Controller code is in flash (flash model); false otherwise (default). Configurable in menuconfig. */
511
-
booldtm_en; /*!< In the flash mode, True if the DTM feature is enabled; false otherwise (default). Configurable in menuconfig. */
512
-
boolenc_en; /*!< In the flash mode, True if the encryption feature is enabled (default); false otherwise. Configurable in menuconfig. */
513
-
boolqa_test; /*!< In the flash mode, True if the QA test feature is enabled; false otherwise (default). Configurable in menuconfig.*/
514
-
boolmaster_en; /*!< In the flash mode, True if the master feature is enabled (default); false otherwise. Configurable in menuconfig.*/
515
-
boolscan_en; /*!< In the flash mode, True if the scan feature is enabled (default); false otherwise. Configurable in menuconfig.*/
501
+
booldtm_en; /*!< True if the DTM feature is enabled; false otherwise (default). Configurable in menuconfig. */
502
+
boolenc_en; /*!< True if the encryption feature is enabled (default); false otherwise. Configurable in menuconfig. */
503
+
boolqa_test; /*!< True if the QA test feature is enabled; false otherwise (default). Configurable in menuconfig.*/
504
+
boolconnect_en; /*!< True if the connection feature is enabled (default); false otherwise. Configurable in menuconfig.*/
505
+
boolscan_en; /*!< True if the scan feature is enabled (default); false otherwise. Configurable in menuconfig.*/
516
506
boolble_aa_check; /*!< True if adds a verification step for the Access Address within the CONNECT_IND PDU; false otherwise. Configurable in menuconfig */
517
507
uint32_tble_log_mode_en; /*!< BLE log mode enable */
518
508
uint8_tble_log_level; /*!< BLE log level */
509
+
booladv_en; /*!< True if the ADV feature is enabled (default); false otherwise. Configurable in menuconfig.*/
0 commit comments