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
* if the upper layer has informed the link layer by the existence of temperature sensor through @ref ll_intf_set_temperature_sensor_stat() or llhwc_cmn_set_temperature_sensor_stat() .
594
+
* if the upper layer has informed the link layer by the existence of temperature sensor through @ref ll_intf_set_temperature_sensor_stat() or llhwc_cmn_set_temperature_sensor_stat() .
595
595
* New temperature will be requested in the following cases:
596
596
* 1- at initialization when the @ref ll_intf_set_temperature_sensor_state or llhwc_cmn_set_temperature_sensor_stat is called
#defineEXTERNAL_CUSTOM_CMDS 0 /* Indicates that an external custom HCI commands module exists */
461
463
#endif/* EXTERNAL_CUSTOM_CMDS */
464
+
#ifndefSUPPORT_ZIGBEE_PHY_CERTIFICATION
462
465
#defineSUPPORT_ZIGBEE_PHY_CERTIFICATION 0 /* 0 disable , 1 enable .. used to enable support of hci command required to implement zigbee phy Test cases*/
463
-
466
+
#endif/* SUPPORT_ZIGBEE_PHY_CERTIFICATION */
464
467
465
468
#if (!USE_HCI_TRANSPORT) && (SUPPORT_BLE) /* SUPPORT_HCI_EVENT_ONLY cannot be supported with default HCI_transport */
466
469
/* if this marco is enabled it will enable the below features
@@ -476,7 +479,9 @@ typedef enum {
476
479
#defineSUPPORT_HCI_EVENT_ONLY_TESTING 0
477
480
#endif/* SUPPORT_HCI_EVENT_ONLY_TESTING */
478
481
482
+
#ifndefSUPPORT_HW_AUDIO_SYNC_SIGNAL
479
483
#defineSUPPORT_HW_AUDIO_SYNC_SIGNAL 0
484
+
#endif/* SUPPORT_HW_AUDIO_SYNC_SIGNAL */
480
485
481
486
#ifSUPPORT_LE_PAWR_SYNC_ROLE
482
487
#defineSUPPORT_PAWR_CUSTOM_SYNC 1
@@ -491,9 +496,13 @@ typedef enum {
491
496
492
497
493
498
499
+
#ifndefSUPPORT_TIM_UPDT
494
500
#defineSUPPORT_TIM_UPDT 1
501
+
#endif/* SUPPORT_TIM_UPDT */
495
502
503
+
#ifndefSUPPORT_RX_DTP_CONTROL
496
504
#defineSUPPORT_RX_DTP_CONTROL 1 /* Enable\Disable ACL Rx data throughput feature */
505
+
#endif/* SUPPORT_RX_DTP_CONTROL */
497
506
498
507
#ifndefSUPPORT_CUSTOM_ADV_SCAN_TESTING
499
508
#defineSUPPORT_CUSTOM_ADV_SCAN_TESTING 0
@@ -508,4 +517,67 @@ typedef enum {
508
517
#endif/* SUPPORT_EXT_FEATURE_SET */
509
518
510
519
520
+
#ifndefSUPPORT_CONFIGURABLE_GAIN_FIX
521
+
#defineSUPPORT_CONFIGURABLE_GAIN_FIX 0 /* Enable\Disable configurable gain fix support */
522
+
#endif/* SUPPORT_CONFIGURABLE_GAIN_FIX */
523
+
524
+
#ifSUPPORT_CONFIGURABLE_GAIN_FIX
525
+
#definePREEMPH_GAIN_COEFF_STEP_SIZE 10 /* percentage margin of single step */
526
+
#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