blob: 7096e5b72173150fd73093e936a7b07597626a7f (
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
|
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"
}
prop {
api_name: "codec_aptx_voice"
type: Boolean
scope: Internal
access: Readonly
prop_name: "bluetooth.hfp.codec_aptx_voice.enabled"
}
# Used to enable/disable AptX SWB Power Management
prop {
api_name: "swb_aptx_power_management"
type: Boolean
scope: Internal
access: Readonly
prop_name: "bluetooth.hfp.swb.aptx.power_management.enabled"
}
|