From fc6be12a8fe001f21a857040232fd66fa4637928 Mon Sep 17 00:00:00 2001 From: Tian Hao Date: Mon, 21 Nov 2016 15:06:12 +0800 Subject: [PATCH] component/bt : open privacy support --- components/bt/bluedroid/include/bt_target.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/bt/bluedroid/include/bt_target.h b/components/bt/bluedroid/include/bt_target.h index c427f8f49a..bb9d59860d 100755 --- a/components/bt/bluedroid/include/bt_target.h +++ b/components/bt/bluedroid/include/bt_target.h @@ -795,7 +795,7 @@ * resolution, local address rotation etc. */ #ifndef BLE_PRIVACY_SPT -#define BLE_PRIVACY_SPT FALSE ///TRUE +#define BLE_PRIVACY_SPT TRUE #endif /* -- 2.40.0