We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e07cd8 commit 392dcd0Copy full SHA for 392dcd0
configs/defconfig.esp32p4
@@ -34,6 +34,28 @@ CONFIG_ESP_SDIO_PIN_D1=15
34
CONFIG_ESP_SDIO_PIN_D2=16
35
CONFIG_ESP_SDIO_PIN_D3=17
36
37
+#
38
+# BT config
39
40
+CONFIG_BT_ENABLED=y
41
+CONFIG_BT_CONTROLLER_DISABLED=y
42
+CONFIG_BT_BLUEDROID_ENABLED=n
43
+CONFIG_BT_NIMBLE_ENABLED=y
44
+CONFIG_BT_NIMBLE_TRANSPORT_UART=n
45
+
46
47
+# Wi-Fi Remote
48
49
+CONFIG_ESP_HOST_WIFI_ENABLED=y
50
+CONFIG_ESP_WIFI_REMOTE_LIBRARY_HOSTED=y
51
52
53
+# Enable ESP Hosted BT
54
+# Used as VHCI transport between BT Host and Controller
55
56
+CONFIG_ESP_HOSTED_ENABLE_BT_NIMBLE=y
57
+CONFIG_ESP_HOSTED_NIMBLE_HCI_VHCI=y
58
59
#
60
# PPP
61
0 commit comments