mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 10:44:41 +00:00
Enhance HAL 1.2 to include NDP channel info: - NDP confirmation message update - New event (indication) on NDP channel change Results in a new event callback registration API. Bug: 37007030 Test: integration tests Change-Id: If9dee4eca9d6774b03fc295ad239a6a4e7397cba
30 lines
663 B
Plaintext
30 lines
663 B
Plaintext
// This file is autogenerated by hidl-gen -Landroidbp.
|
|
|
|
hidl_interface {
|
|
name: "android.hardware.wifi@1.2",
|
|
root: "android.hardware",
|
|
vndk: {
|
|
enabled: true,
|
|
},
|
|
srcs: [
|
|
"types.hal",
|
|
"IWifi.hal",
|
|
"IWifiChip.hal",
|
|
"IWifiNanIface.hal",
|
|
"IWifiNanIfaceEventCallback.hal",
|
|
],
|
|
interfaces: [
|
|
"android.hardware.wifi@1.0",
|
|
"android.hardware.wifi@1.1",
|
|
"android.hidl.base@1.0",
|
|
],
|
|
types: [
|
|
"NanConfigRequestSupplemental",
|
|
"NanDataPathChannelInfo",
|
|
"NanDataPathConfirmInd",
|
|
"NanDataPathScheduleUpdateInd",
|
|
],
|
|
gen_java: true,
|
|
}
|
|
|