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
#defineEXTERNAL_CUSTOM_CMDS 0 /* Indicates that an external custom HCI commands module exists */
461
464
#endif/* EXTERNAL_CUSTOM_CMDS */
465
+
#ifndefSUPPORT_ZIGBEE_PHY_CERTIFICATION
462
466
#defineSUPPORT_ZIGBEE_PHY_CERTIFICATION 0 /* 0 disable , 1 enable .. used to enable support of hci command required to implement zigbee phy Test cases*/
463
-
467
+
#endif/* SUPPORT_ZIGBEE_PHY_CERTIFICATION */
464
468
465
469
#if (!USE_HCI_TRANSPORT) && (SUPPORT_BLE) /* SUPPORT_HCI_EVENT_ONLY cannot be supported with default HCI_transport */
466
470
/* if this marco is enabled it will enable the below features
@@ -476,7 +480,9 @@ typedef enum {
476
480
#defineSUPPORT_HCI_EVENT_ONLY_TESTING 0
477
481
#endif/* SUPPORT_HCI_EVENT_ONLY_TESTING */
478
482
483
+
#ifndefSUPPORT_HW_AUDIO_SYNC_SIGNAL
479
484
#defineSUPPORT_HW_AUDIO_SYNC_SIGNAL 0
485
+
#endif/* SUPPORT_HW_AUDIO_SYNC_SIGNAL */
480
486
481
487
#ifSUPPORT_LE_PAWR_SYNC_ROLE
482
488
#defineSUPPORT_PAWR_CUSTOM_SYNC 1
@@ -491,9 +497,13 @@ typedef enum {
491
497
492
498
493
499
500
+
#ifndefSUPPORT_TIM_UPDT
494
501
#defineSUPPORT_TIM_UPDT 1
502
+
#endif/* SUPPORT_TIM_UPDT */
495
503
504
+
#ifndefSUPPORT_RX_DTP_CONTROL
496
505
#defineSUPPORT_RX_DTP_CONTROL 1 /* Enable\Disable ACL Rx data throughput feature */
506
+
#endif/* SUPPORT_RX_DTP_CONTROL */
497
507
498
508
#ifndefSUPPORT_CUSTOM_ADV_SCAN_TESTING
499
509
#defineSUPPORT_CUSTOM_ADV_SCAN_TESTING 0
@@ -508,4 +518,67 @@ typedef enum {
508
518
#endif/* SUPPORT_EXT_FEATURE_SET */
509
519
510
520
521
+
#ifndefSUPPORT_CONFIGURABLE_GAIN_FIX
522
+
#defineSUPPORT_CONFIGURABLE_GAIN_FIX 0 /* Enable\Disable configurable gain fix support */
523
+
#endif/* SUPPORT_CONFIGURABLE_GAIN_FIX */
524
+
525
+
#ifSUPPORT_CONFIGURABLE_GAIN_FIX
526
+
#definePREEMPH_GAIN_COEFF_STEP_SIZE 10 /* percentage margin of single step */
527
+
#defineGAIN_FIX_WAKEUP_TIME_OVERHEAD 4 /* in sleep timer units, the added time overhead from patching all pre-emphasis coefficients */
#definePHY_SHUTDOWN_WAKEUP_TIME_OVERHEAD 2 /* in sleep timer units, the added time overhead from executing override seqeuences needed in phy shutdown mode */
0 commit comments