1module: "android.sysprop.bluetooth.Ble" 2owner: Platform 3 4prop { 5 api_name: "vnd_included" 6 type: Boolean 7 scope: Internal 8 access: Readonly 9 prop_name: "bluetooth.ble.vnd.included" 10} 11 12prop { 13 api_name: "random_address_rotation_interval_min" 14 type: Integer 15 scope: Internal 16 access: Readonly 17 prop_name: "bluetooth.ble.random_address_rotation_interval_min" 18} 19 20prop { 21 api_name: "random_address_rotation_interval_max" 22 type: Integer 23 scope: Internal 24 access: Readonly 25 prop_name: "bluetooth.ble.random_address_rotation_interval_max" 26} 27 28prop { 29 api_name: "allow_enc_with_bredr" 30 type: Boolean 31 scope: Internal 32 access: Readonly 33 prop_name: "bluetooth.ble.allow_enc_with_bredr" 34} 35