Revert "Revert "Initial implementation of broadcast radio HAL.""
This reverts commit 2c2df013b25bd96976af82db7e6f3480f0571c6e.
diff --git a/broadcastradio/1.0/ITunerCallback.hal b/broadcastradio/1.0/ITunerCallback.hal
index f805472..a7e1260 100644
--- a/broadcastradio/1.0/ITunerCallback.hal
+++ b/broadcastradio/1.0/ITunerCallback.hal
@@ -72,7 +72,9 @@
/*
* Method called by the HAL when metadata for current station
* are updated.
- * @param metadatas A list of all updated metada.
+ * @param channel The channel the metadata is associated with.
+ * @param subChannel The sub channel the metadata is associated with.
+ * @param metadata A list of all updated metada.
*/
- oneway newMetadata(vec<MetaData> metadatas);
+ oneway newMetadata(uint32_t channel, uint32_t subChannel, vec<MetaData> metadata);
};
\ No newline at end of file