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 2033b07 commit 3198b71Copy full SHA for 3198b71
configs/defconfig.esp32p4
@@ -42,6 +42,28 @@ CONFIG_ESP_SDIO_PIN_D1=15
42
CONFIG_ESP_SDIO_PIN_D2=16
43
CONFIG_ESP_SDIO_PIN_D3=17
44
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
67
#
68
# PPP
69
0 commit comments