Skip to content

Commit 3198b71

Browse files
authored
wifi and BT remote
1 parent 2033b07 commit 3198b71

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

configs/defconfig.esp32p4

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,28 @@ CONFIG_ESP_SDIO_PIN_D1=15
4242
CONFIG_ESP_SDIO_PIN_D2=16
4343
CONFIG_ESP_SDIO_PIN_D3=17
4444

45+
#
46+
# BT config
47+
#
48+
CONFIG_BT_ENABLED=y
49+
CONFIG_BT_CONTROLLER_DISABLED=y
50+
CONFIG_BT_BLUEDROID_ENABLED=n
51+
CONFIG_BT_NIMBLE_ENABLED=y
52+
CONFIG_BT_NIMBLE_TRANSPORT_UART=n
53+
54+
#
55+
# Wi-Fi Remote
56+
#
57+
CONFIG_ESP_HOST_WIFI_ENABLED=y
58+
CONFIG_ESP_WIFI_REMOTE_LIBRARY_HOSTED=y
59+
60+
#
61+
# Enable ESP Hosted BT
62+
# Used as VHCI transport between BT Host and Controller
63+
#
64+
CONFIG_ESP_HOSTED_ENABLE_BT_NIMBLE=y
65+
CONFIG_ESP_HOSTED_NIMBLE_HCI_VHCI=y
66+
4567
#
4668
# PPP
4769
#

0 commit comments

Comments
 (0)