Skip to content

Commit

Permalink
Update data type to bstr
Browse files Browse the repository at this point in the history
  • Loading branch information
alexnj committed Oct 2, 2024
1 parent b7a40ff commit b373044
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -4898,7 +4898,7 @@ referenced.

<pre class="cddl remote-cddl local-cddl">
bluetooth.BluetoothServiceUuid = text;
bluetooth.BluetoothManufacturerData = { key: uint, data: tstr };
bluetooth.BluetoothManufacturerData = { key: uint, data: bstr };
</pre>

## The bluetooth module ## {#bluetooth-module}
Expand Down

0 comments on commit b373044

Please sign in to comment.