blob: f6667551de39e14672d616e4247d61266f52b7dd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
|
module: "android.sysprop.bluetooth.Ble"
owner: Platform
prop {
api_name: "vnd_included"
type: Boolean
scope: Internal
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"
}
prop {
api_name: "allow_enc_with_bredr"
type: Boolean
scope: Internal
access: Readonly
prop_name: "bluetooth.ble.allow_enc_with_bredr"
}
|