Skip to content

Commit 8e52ac8

Browse files
committed
Merge branch 'feat/support_blecrt_359' into 'master'
Support BLE vendor hci set rx sensie and max gain on esp32c3 Closes BLERP-1575 See merge request espressif/esp-idf!37062
2 parents 84bfea4 + 8742bbe commit 8e52ac8

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

components/bt/include/esp32c3/include/esp_bt_vs.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,8 @@ struct bt_hci_vs_le_adv_lost_evt {
158158
#define ESP_BT_VS_CFG_TEST_GET_CTRL_COMPILE_VER_SUBCMD (0X24)
159159
#define ESP_BT_VS_CFG_TEST_SET_AUX_ADV_OFFSET_SUBCMD (0X25)
160160
#define ESP_BT_VS_CFG_TEST_SET_AUX_OFFSET_THRESHOLD_SUBCMD (0X2b)
161+
#define ESP_BT_VS_CFG_TEST_SET_RX_SENS_THRESH_SUBCMD (0X31)
162+
#define ESP_BT_VS_CFG_TEST_SET_AGC_MAX_GAIN_SUBCMD (0X39)
161163
#define ESP_BT_VS_CFG_TEST_RELATED_SUBCMD_MAX (0Xff)
162164

163165
//

0 commit comments

Comments
 (0)