Skip to content

Commit 6978173

Browse files
author
wisonhu
committed
feat: Disable dynamic registration by default
1 parent eaff2f2 commit 6978173

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qcloud-iot-ble-esp32/components/qcloud_llsync/hal/ble_qiot_config.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ extern "C" {
6666

6767
#define BLE_QIOT_LLSYNC_STANDARD 1 // support llsync standard
6868
#if BLE_QIOT_LLSYNC_STANDARD
69-
#define BLE_QIOT_DYNREG_ENABLE 1
69+
#define BLE_QIOT_DYNREG_ENABLE 0
7070
// some users hope to confirm on the device before the binding, set BLE_QIOT_SECURE_BIND is 1 to enable the secure
7171
// binding and enable secure bind in iot-explorer console. When the server is bound, the device callback ble_secure_bind_user_cb()
7272
// will be triggered, the user agree or refuse connect by ble_secure_bind_user_confirm(). If the device does not respond

0 commit comments

Comments
 (0)