From 64aaaf87a7f0aadba60073d5943cd9f15ad3a503 Mon Sep 17 00:00:00 2001 From: Yuan Hong Hui Date: Mon, 6 Dec 2021 15:41:58 +0800 Subject: [PATCH] can't change indication manually --- .../bluetooth/esp_ble_mesh/ble_mesh_console/sdkconfig.defaults | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/bluetooth/esp_ble_mesh/ble_mesh_console/sdkconfig.defaults b/examples/bluetooth/esp_ble_mesh/ble_mesh_console/sdkconfig.defaults index 208d15c1f8..38d4f9b685 100644 --- a/examples/bluetooth/esp_ble_mesh/ble_mesh_console/sdkconfig.defaults +++ b/examples/bluetooth/esp_ble_mesh/ble_mesh_console/sdkconfig.defaults @@ -7,7 +7,7 @@ CONFIG_BTDM_CTRL_MODE_BTDM=n CONFIG_BTDM_MODEM_SLEEP=n CONFIG_BTDM_SCAN_DUPL_TYPE_DATA_DEVICE=y CONFIG_BTDM_BLE_MESH_SCAN_DUPL_EN=y -CONFIG_BT_GATTS_SEND_SERVICE_CHANGE_MANUAL=y +CONFIG_GATTS_SEND_SERVICE_CHANGE_MANUAL=y CONFIG_BT_BTU_TASK_STACK_SIZE=4512 CONFIG_BLUEDROID_ENABLED=y