feat(bt): added definitions for bluetooth hci vendor commands and events

This commit is contained in:
Shen Weilong
2025-03-21 20:53:10 +08:00
parent 92ddd1cccb
commit e45c7dadd1
19 changed files with 1512 additions and 3 deletions

View File

@@ -17,6 +17,7 @@ INPUT += \
$(PROJECT_PATH)/components/usb/include/usb/usb_types_ch9.h \
$(PROJECT_PATH)/components/usb/include/usb/usb_types_stack.h \
$(PROJECT_PATH)/components/bt/include/esp32c3/include/esp_bt.h \
$(PROJECT_PATH)/components/bt/include/esp32c3/include/esp_bt_vs.h \
$(PROJECT_PATH)/components/perfmon/include/xtensa_perfmon_access.h \
$(PROJECT_PATH)/components/perfmon/include/xtensa_perfmon_apis.h \
$(PROJECT_PATH)/components/perfmon/include/xtensa_perfmon_masks.h \