blob: a641efa14fbc39f36889c80515727ca9e01828d7 (
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
|
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_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"
}
|