Add LE connection interval sysprops am: 73fd111237

Original change: https://android-review.googlesource.com/c/platform/system/libsysprop/+/3394059

Change-Id: I89b8cf908d8e171f8edc51d047be3ca706ddfa5f
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
diff --git a/srcs/android/sysprop/BluetoothProperties.sysprop b/srcs/android/sysprop/BluetoothProperties.sysprop
index 6d987b9..543da44 100644
--- a/srcs/android/sysprop/BluetoothProperties.sysprop
+++ b/srcs/android/sysprop/BluetoothProperties.sysprop
@@ -862,7 +862,7 @@
     type: Boolean
     scope: Public
     access: Readonly
-    prop_name: "bluetooth.sniff_offload.enabled"
+    prop_name: "persist.bluetooth.sniff_offload.enabled"
     integer_as_bool: true
 }
 
diff --git a/srcs/android/sysprop/TelephonyProperties.sysprop b/srcs/android/sysprop/TelephonyProperties.sysprop
index 15999e7..e74f450 100644
--- a/srcs/android/sysprop/TelephonyProperties.sysprop
+++ b/srcs/android/sysprop/TelephonyProperties.sysprop
@@ -312,7 +312,7 @@
 
 #
 # Set to false to disable SMS receiving, default is
-# the value of config_sms_capable
+# the value of TelephonyManager.isDeviceSmsCapable()
 # Indexed by phone ID
 #
 prop {
@@ -325,7 +325,7 @@
 
 #
 # Set to false to disable SMS sending, default is
-# the value of config_sms_capable
+# the value of TelephonyManager.isDeviceSmsCapable()
 # Indexed by phone ID
 #
 prop {
diff --git a/srcs/api/PlatformProperties-current.txt b/srcs/api/PlatformProperties-current.txt
index c5cfad2..e78f2b1 100644
--- a/srcs/api/PlatformProperties-current.txt
+++ b/srcs/api/PlatformProperties-current.txt
@@ -24,7 +24,7 @@
   }
   prop {
     api_name: "enable_sniff_offload"
-    prop_name: "bluetooth.sniff_offload.enabled"
+    prop_name: "persist.bluetooth.sniff_offload.enabled"
     integer_as_bool: true
   }
   prop {