diff options
author | 2024-02-09 00:33:35 +0000 | |
---|---|---|
committer | 2024-02-09 18:04:29 +0000 | |
commit | bbb0bb881644d4f174c3f20bad5739dae378c4ed (patch) | |
tree | 2ada2ac4ef733495029fc3309385a2657cac4bd4 /sysprop | |
parent | c36b9a0b0e2223518ac738e197deb5f7345fdc4f (diff) |
configurable private address rotation intervals
Bug: 322406148
Test: override on device and check address rotation frequency.
Test: m com.android.btservices
Flag: EXEMPT no logical change, add sysprop
Change-Id: Id11194f2af59d9426c9362af6086a23eaf16e383
Diffstat (limited to 'sysprop')
-rw-r--r-- | sysprop/ble.sysprop | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/sysprop/ble.sysprop b/sysprop/ble.sysprop index 50723897c6..ad2208f0b1 100644 --- a/sysprop/ble.sysprop +++ b/sysprop/ble.sysprop @@ -8,3 +8,19 @@ prop { access: Readonly prop_name: "bluetooth.ble.vnd.included" } + +prop { + api_name: "random_address_rotation_interval_min" + type: Integer + scope: Internal + access: Readonly + prop_name: "bluetooth.ble.random_address_rotation_interval_min" +} + +prop { + api_name: "random_address_rotation_interval_max" + type: Integer + scope: Internal + access: Readonly + prop_name: "bluetooth.ble.random_address_rotation_interval_max" +} |