Skip to content

Commit aa0040a

Browse files
committed
Enable Classic BT HID Host and Device for ESP32
1 parent 53896a8 commit aa0040a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

configs/defconfig.esp32

+3
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ CONFIG_BTDM_SCAN_DUPL_CACHE_SIZE=20
33
CONFIG_BT_BTC_TASK_STACK_SIZE=8192
44
CONFIG_BT_BTU_TASK_STACK_SIZE=8192
55
CONFIG_BT_CLASSIC_ENABLED=y
6+
CONFIG_BT_HID_ENABLED=y
7+
CONFIG_BT_HID_HOST_ENABLED=y
8+
CONFIG_BT_HID_DEVICE_ENABLED=y
69
CONFIG_BT_A2DP_ENABLE=y
710
CONFIG_BT_SPP_ENABLED=y
811
CONFIG_BT_HFP_ENABLE=y

0 commit comments

Comments
 (0)