diff options
| author | Roshan Pius <rpius@google.com> | 2016-12-16 15:32:27 -0800 |
|---|---|---|
| committer | Roshan Pius <rpius@google.com> | 2016-12-16 16:03:09 -0800 |
| commit | e663f83a913d91783a49e2c67bb498c183f2145c (patch) | |
| tree | d187ab3c6b9860a1c2fe534fbef73e1e611c5192 /wifi | |
| parent | a2d369dd033541e77ca27df9bcfbbf9d7b3e701c (diff) | |
| download | android_hardware_interfaces-e663f83a913d91783a49e2c67bb498c183f2145c.tar.gz android_hardware_interfaces-e663f83a913d91783a49e2c67bb498c183f2145c.tar.bz2 android_hardware_interfaces-e663f83a913d91783a49e2c67bb498c183f2145c.zip | |
supplicant(interface): Remove unused params
Theese params in flushService & configureExtListen are unused.
Bug: 33705000
Test: Compiles
Change-Id: I38ff75af32951274100d1d60a5fdfa6aa101cb50
Diffstat (limited to 'wifi')
| -rw-r--r-- | wifi/supplicant/1.0/ISupplicantP2pIface.hal | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/wifi/supplicant/1.0/ISupplicantP2pIface.hal b/wifi/supplicant/1.0/ISupplicantP2pIface.hal index cd5a7c5c4..0fa19c8d2 100644 --- a/wifi/supplicant/1.0/ISupplicantP2pIface.hal +++ b/wifi/supplicant/1.0/ISupplicantP2pIface.hal @@ -357,8 +357,7 @@ interface ISupplicantP2pIface extends ISupplicantIface { * |SupplicantStatusCode.FAILURE_UNKNOWN|, * |SupplicantStatusCode.FAILURE_IFACE_INVALID| */ - configureExtListen(bool enable, - uint32_t periodInMillis, + configureExtListen(uint32_t periodInMillis, uint32_t intervalInMillis) generates (SupplicantStatus status); @@ -492,8 +491,7 @@ interface ISupplicantP2pIface extends ISupplicantIface { * |SupplicantStatusCode.FAILURE_UNKNOWN|, * |SupplicantStatusCode.FAILURE_IFACE_INVALID| */ - flushServices(uint32_t version, string serviceName) - generates (SupplicantStatus status); + flushServices() generates (SupplicantStatus status); /** * Schedule a P2P service discovery request. The parameters for this command |
