summaryrefslogtreecommitdiff
path: root/sysprop/device_id.sysprop
blob: b220abbe012f173ff1d46fcfba8e1a352a2d2245 (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
module: "android.sysprop.bluetooth.DeviceIDProperties"
owner: Platform

prop {
    api_name: "vendor_id"
    type: Integer
    scope: Internal
    access: Readonly
    prop_name: "bluetooth.device_id.vendor_id"
}

prop {
    api_name: "vendor_id_source"
    type: Integer
    scope: Internal
    access: Readonly
    prop_name: "bluetooth.device_id.vendor_id_source"
}

prop {
    api_name: "product_id"
    type: Integer
    scope: Internal
    access: Readonly
    prop_name: "bluetooth.device_id.product_id"
}