feat(bt/bluedroid): support Classic Bluetooth PAN profile

- Port part of PAN/BNEP code from Android
- Add ESP API and BTC layer
This commit is contained in:
linruihao
2026-07-10 19:54:48 +08:00
parent 062a6949ad
commit 4f54340e51
34 changed files with 10485 additions and 8 deletions

View File

@@ -99,6 +99,7 @@ INPUT = \
$(PROJECT_PATH)/components/bt/host/bluedroid/api/include/api/esp_hidd_api.h \
$(PROJECT_PATH)/components/bt/host/bluedroid/api/include/api/esp_hidh_api.h \
$(PROJECT_PATH)/components/bt/host/bluedroid/api/include/api/esp_l2cap_bt_api.h \
$(PROJECT_PATH)/components/bt/host/bluedroid/api/include/api/esp_pan_api.h \
$(PROJECT_PATH)/components/bt/host/bluedroid/api/include/api/esp_sdp_api.h \
$(PROJECT_PATH)/components/bt/host/bluedroid/api/include/api/esp_spp_api.h \
$(PROJECT_PATH)/components/bt/host/nimble/esp-hci/include/esp_nimble_hci.h \