[fidldoc] Updating fidldocs
diff --git a/sdk/fidl/fuchsia.bluetooth.avrcp/README.md b/sdk/fidl/fuchsia.bluetooth.avrcp/README.md
index adab7d5..d99e130 100644
--- a/sdk/fidl/fuchsia.bluetooth.avrcp/README.md
+++ b/sdk/fidl/fuchsia.bluetooth.avrcp/README.md
@@ -1038,67 +1038,6 @@
         </tr>
 </table>
 
-### MediaAttributes {#MediaAttributes}
-*Defined in [fuchsia.bluetooth.avrcp/types.fidl](https://fuchsia.googlesource.com/fuchsia/+/master/sdk/fidl/fuchsia.bluetooth.avrcp/types.fidl#256)*
-
-
-
-<p>Defined by AVRCP 1.6.2 Appendix E (media attributes).</p>
-
-
-<table>
-    <tr><th>Name</th><th>Type</th><th>Description</th><th>Default</th></tr><tr>
-            <td><code>title</code></td>
-            <td>
-                <code>string</code>
-            </td>
-            <td></td>
-            <td>No default</td>
-        </tr><tr>
-            <td><code>artist_name</code></td>
-            <td>
-                <code>string</code>
-            </td>
-            <td></td>
-            <td>No default</td>
-        </tr><tr>
-            <td><code>album_name</code></td>
-            <td>
-                <code>string</code>
-            </td>
-            <td></td>
-            <td>No default</td>
-        </tr><tr>
-            <td><code>track_number</code></td>
-            <td>
-                <code>string</code>
-            </td>
-            <td></td>
-            <td>No default</td>
-        </tr><tr>
-            <td><code>total_number_of_tracks</code></td>
-            <td>
-                <code>string</code>
-            </td>
-            <td></td>
-            <td>No default</td>
-        </tr><tr>
-            <td><code>genre</code></td>
-            <td>
-                <code>string</code>
-            </td>
-            <td></td>
-            <td>No default</td>
-        </tr><tr>
-            <td><code>playing_time</code></td>
-            <td>
-                <code>string</code>
-            </td>
-            <td></td>
-            <td>No default</td>
-        </tr>
-</table>
-
 
 
 ## **ENUMS**
@@ -1210,15 +1149,15 @@
             <td></td>
         </tr><tr>
             <td><code>REJECTED_INVALID_PLAYER_ID</code></td>
-            <td><code>11</code></td>
+            <td><code>17</code></td>
             <td></td>
         </tr><tr>
             <td><code>REJECTED_NO_AVAILABLE_PLAYERS</code></td>
-            <td><code>15</code></td>
+            <td><code>21</code></td>
             <td></td>
         </tr><tr>
             <td><code>REJECTED_ADDRESSED_PLAYER_CHANGED</code></td>
-            <td><code>16</code></td>
+            <td><code>22</code></td>
             <td></td>
         </tr></table>
 
@@ -1506,7 +1445,7 @@
 ### AvcPanelCommand {#AvcPanelCommand}
 Type: <code>uint8</code>
 
-*Defined in [fuchsia.bluetooth.avrcp/types.fidl](https://fuchsia.googlesource.com/fuchsia/+/master/sdk/fidl/fuchsia.bluetooth.avrcp/types.fidl#284)*
+*Defined in [fuchsia.bluetooth.avrcp/types.fidl](https://fuchsia.googlesource.com/fuchsia/+/master/sdk/fidl/fuchsia.bluetooth.avrcp/types.fidl#295)*
 
 <p>Defined by AV\C Panel specification.</p>
 
@@ -1937,10 +1876,78 @@
 </td>
         </tr></table>
 
+### MediaAttributes {#MediaAttributes}
+
+
+*Defined in [fuchsia.bluetooth.avrcp/types.fidl](https://fuchsia.googlesource.com/fuchsia/+/master/sdk/fidl/fuchsia.bluetooth.avrcp/types.fidl#260)*
+
+<p>Defined by AVRCP 1.6.2 Appendix E (media attributes).</p>
+
+
+<table>
+    <tr><th>Ordinal</th><th>Name</th><th>Type</th><th>Description</th></tr>
+    <tr>
+            <td>1</td>
+            <td><code>title</code></td>
+            <td>
+                <code>string[65535]</code>
+            </td>
+            <td><p>The title, song name, or content description.</p>
+</td>
+        </tr><tr>
+            <td>2</td>
+            <td><code>artist_name</code></td>
+            <td>
+                <code>string[65535]</code>
+            </td>
+            <td><p>The artist, performer, or group.</p>
+</td>
+        </tr><tr>
+            <td>3</td>
+            <td><code>album_name</code></td>
+            <td>
+                <code>string[65535]</code>
+            </td>
+            <td><p>The title of the source of media.</p>
+</td>
+        </tr><tr>
+            <td>4</td>
+            <td><code>track_number</code></td>
+            <td>
+                <code>string[65535]</code>
+            </td>
+            <td><p>The order number of the media on its original recording.</p>
+</td>
+        </tr><tr>
+            <td>5</td>
+            <td><code>total_number_of_tracks</code></td>
+            <td>
+                <code>string[65535]</code>
+            </td>
+            <td><p>The total number of tracks in the media.</p>
+</td>
+        </tr><tr>
+            <td>6</td>
+            <td><code>genre</code></td>
+            <td>
+                <code>string[65535]</code>
+            </td>
+            <td><p>The category of composition of the media,</p>
+</td>
+        </tr><tr>
+            <td>7</td>
+            <td><code>playing_time</code></td>
+            <td>
+                <code>string[65535]</code>
+            </td>
+            <td><p>The length of the media in milliseconds (ms).</p>
+</td>
+        </tr></table>
+
 ### PlayStatus {#PlayStatus}
 
 
-*Defined in [fuchsia.bluetooth.avrcp/types.fidl](https://fuchsia.googlesource.com/fuchsia/+/master/sdk/fidl/fuchsia.bluetooth.avrcp/types.fidl#269)*
+*Defined in [fuchsia.bluetooth.avrcp/types.fidl](https://fuchsia.googlesource.com/fuchsia/+/master/sdk/fidl/fuchsia.bluetooth.avrcp/types.fidl#280)*
 
 <p>Status of currently playing media on the TG.
 Defined by AVRCP 1.6.2 section 6.7.1, Table 6.29.</p>
@@ -2465,6 +2472,16 @@
 defined attributes, <code>PlayerApplicationSettingAttributeId</code>. 4 + 127 = 131.</p>
 </td>
         </tr>
+    <tr id="MAX_ATTRIBUTE_VALUE_LENGTH">
+            <td><a href="https://fuchsia.googlesource.com/fuchsia/+/master/sdk/fidl/fuchsia.bluetooth.avrcp/types.fidl#257">MAX_ATTRIBUTE_VALUE_LENGTH</a></td>
+            <td>
+                    <code>65535</code>
+                </td>
+                <td><code>uint64</code></td>
+            <td><p>The maximum length of an attribute value in the media attributes.
+Defined by AVRCP 1.6.2 Sec 6.6.1.</p>
+</td>
+        </tr>
     
 </table>