summaryrefslogtreecommitdiff
path: root/sysprop/ble.sysprop
AgeCommit message (Collapse)Author
2024-04-09Allow LE encryption while BR/EDR encryption is going on Himanshu Rawat
LE encryption request was rejected if the stack was encrypting BR/EDR transport. There is no such restriction in the specification. BT controllers should be able to encrypt both the transports at the same time. Added a system property to all platforms to allow LE encryption when BR/EDR encryption is going on. Test: mmm packages/modules/Bluetooth Bug: 330704060 Flag: EXEMPT guarded by system property Change-Id: Ia501de06a1c3f37627b3ae1422ac27ba7f83353c
2024-02-09configurable private address rotation intervals Andriy Naborskyy
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
2023-10-09Add ble sysprop for vnd_included Yongqin Liu
The original BLE_VND_INCLUDED define method cannot be override on runtime and some targets need to disable this feature(Eg: hikey960 board) Test: m . Test: bluetooth enabled by default after boot with the hikey960 board Bug: 302408538 Change-Id: I6da644a22056c8198b0dcd63b98c12fe829d487f Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>