blob: e3c265158a266d6943c97dedea347d0f974e3094 [file] [log] [blame]
Roshan Pius720f4bd2017-01-18 09:45:46 -08001component_class: HAL_HIDL
2component_type_version: 1.0
3component_name: "IWifiRttControllerEventCallback"
4
5package: "android.hardware.wifi"
6
7import: "android.hardware.wifi@1.0::types"
Etan Cohenff7aac52017-02-10 18:11:19 -08008import: "android.hidl.base@1.0::types"
Roshan Pius720f4bd2017-01-18 09:45:46 -08009
10interface: {
Roshan Pius720f4bd2017-01-18 09:45:46 -080011 api: {
12 name: "onResults"
13 arg: {
14 type: TYPE_SCALAR
15 scalar_type: "uint32_t"
16 }
17 arg: {
18 type: TYPE_VECTOR
19 vector_value: {
20 type: TYPE_STRUCT
21 predefined_type: "::android::hardware::wifi::V1_0::RttResult"
22 }
23 }
24 }
25
26}