Myles Watson | 960cae2 | 2016-11-23 16:51:17 -0800 | [diff] [blame] | 1 | component_class: HAL_HIDL |
2 | component_type_version: 1.0 | ||||
3 | component_name: "IBluetoothHciCallbacks" | ||||
4 | |||||
5 | package: "android.hardware.bluetooth" | ||||
6 | |||||
7 | import: "android.hardware.bluetooth@1.0::types" | ||||
8 | |||||
9 | interface: { | ||||
10 | api: { | ||||
11 | name: "hciEventReceived" | ||||
12 | arg: { | ||||
13 | type: TYPE_VECTOR | ||||
14 | vector_value: { | ||||
15 | type: TYPE_SCALAR | ||||
16 | scalar_type: "uint8_t" | ||||
17 | } | ||||
18 | } | ||||
19 | } | ||||
20 | |||||
21 | api: { | ||||
22 | name: "aclDataReceived" | ||||
23 | arg: { | ||||
24 | type: TYPE_VECTOR | ||||
25 | vector_value: { | ||||
26 | type: TYPE_SCALAR | ||||
27 | scalar_type: "uint8_t" | ||||
28 | } | ||||
29 | } | ||||
30 | } | ||||
31 | |||||
32 | api: { | ||||
33 | name: "scoDataReceived" | ||||
34 | arg: { | ||||
35 | type: TYPE_VECTOR | ||||
36 | vector_value: { | ||||
37 | type: TYPE_SCALAR | ||||
38 | scalar_type: "uint8_t" | ||||
39 | } | ||||
40 | } | ||||
41 | } | ||||
42 | |||||
43 | } |