From 007982aad58f95e28ed437518e205b9241afe737 Mon Sep 17 00:00:00 2001 From: zhanghaipeng Date: Tue, 24 Oct 2023 11:59:23 +0800 Subject: [PATCH] fix(bt/bluedroid): Fix max BLE gattc notify number to improve compatibility --- examples/bluetooth/esp_hid_host/sdkconfig.defaults | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/bluetooth/esp_hid_host/sdkconfig.defaults b/examples/bluetooth/esp_hid_host/sdkconfig.defaults index ff04ba6104..34823d7677 100644 --- a/examples/bluetooth/esp_hid_host/sdkconfig.defaults +++ b/examples/bluetooth/esp_hid_host/sdkconfig.defaults @@ -4,3 +4,4 @@ CONFIG_BTDM_CTRL_HCI_MODE_VHCI=y CONFIG_BT_BLUEDROID_ENABLED=y CONFIG_BT_CLASSIC_ENABLED=y CONFIG_BT_HID_HOST_ENABLED=y +CONFIG_BT_GATTC_NOTIF_REG_MAX=16