blob: f2df5b4c2373c1beaba1dbb4ab9467f2b9c9653e [file] [log] [blame]
Myles Watson960cae22016-11-23 16:51:17 -08001component_class: HAL_HIDL
2component_type_version: 1.0
3component_name: "IBluetoothHciCallbacks"
4
5package: "android.hardware.bluetooth"
6
7import: "android.hardware.bluetooth@1.0::types"
8
9interface: {
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}