blob: f07124f0eb850adfb5f7212792cd5e4c12c17fb8 (
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
35
|
module: "android.sysprop.bluetooth.Hfp"
owner: Platform
prop {
api_name: "hf_client_features"
type: Integer
scope: Internal
access: Readonly
prop_name: "bluetooth.hfp.hf_client_features.config"
}
prop {
api_name: "hf_features"
type: Integer
scope: Internal
access: Readonly
prop_name: "bluetooth.hfp.hf_features.config"
}
prop {
api_name: "hf_services"
type: Integer
scope: Internal
access: Readonly
prop_name: "bluetooth.hfp.hf_services_mask.config"
}
prop {
api_name: "version"
type: Integer
scope: Internal
access: Readonly
prop_name: "bluetooth.hfp.version.config"
}
|