Skip to content

Commit 8742bbe

Browse files
committed
feat(bt): Update bt lib for ESP32-C3 and ESP32-S3(566c8e3)
- Support BLE vendor hci set RX sensitivity and AGC gain command
1 parent 79eb59d commit 8742bbe

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)