We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eaff2f2 commit 6978173Copy full SHA for 6978173
qcloud-iot-ble-esp32/components/qcloud_llsync/hal/ble_qiot_config.h
@@ -66,7 +66,7 @@ extern "C" {
66
67
#define BLE_QIOT_LLSYNC_STANDARD 1 // support llsync standard
68
#if BLE_QIOT_LLSYNC_STANDARD
69
- #define BLE_QIOT_DYNREG_ENABLE 1
+ #define BLE_QIOT_DYNREG_ENABLE 0
70
// some users hope to confirm on the device before the binding, set BLE_QIOT_SECURE_BIND is 1 to enable the secure
71
// binding and enable secure bind in iot-explorer console. When the server is bound, the device callback ble_secure_bind_user_cb()
72
// will be triggered, the user agree or refuse connect by ble_secure_bind_user_confirm(). If the device does not respond
0 commit comments