blob: 6b3dfd441764684b8a02464d2a951c71b0de96e7 [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"
Zhuoyao Zhang65c99d72017-01-24 13:33:21 -08008import: "android.hidl.base@1.0::types"
Myles Watson960cae22016-11-23 16:51:17 -08009
10interface: {
11 api: {
Zhuoyao Zhang65c99d72017-01-24 13:33:21 -080012 name: "initializationComplete"
13 arg: {
14 type: TYPE_ENUM
15 predefined_type: "::android::hardware::bluetooth::V1_0::Status"
16 }
17 }
18
19 api: {
Myles Watson960cae22016-11-23 16:51:17 -080020 name: "hciEventReceived"
21 arg: {
22 type: TYPE_VECTOR
23 vector_value: {
24 type: TYPE_SCALAR
25 scalar_type: "uint8_t"
26 }
27 }
28 }
29
30 api: {
31 name: "aclDataReceived"
32 arg: {
33 type: TYPE_VECTOR
34 vector_value: {
35 type: TYPE_SCALAR
36 scalar_type: "uint8_t"
37 }
38 }
39 }
40
41 api: {
42 name: "scoDataReceived"
43 arg: {
44 type: TYPE_VECTOR
45 vector_value: {
46 type: TYPE_SCALAR
47 scalar_type: "uint8_t"
48 }
49 }
50 }
51
52}