Skip to content

Commit 9d7aa28

Browse files
jonas-5ae29ccfriedt
authored andcommitted
Bluetooth: Classic: SDP: Adjust doc comment
Align example UUID in doc comment with UUID in example code. Signed-off-by: Jonas Spinner <[email protected]>
1 parent 9125f07 commit 9d7aa28

File tree

1 file changed

+1
-1
lines changed
  • include/zephyr/bluetooth/classic

1 file changed

+1
-1
lines changed

include/zephyr/bluetooth/classic/sdp.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ struct bt_sdp_record {
340340
* Helper macro to initialize a 128-bit UUID array value from the readable form
341341
* of UUIDs.
342342
*
343-
* Example of how to declare the UUID `00001101-0000-1000-8000-00805F9B34FB`
343+
* Example of how to declare the UUID `6E400001-B5A3-F393-E0A9-E50E24DCCA9E`
344344
*
345345
* @code
346346
* BT_SDP_ARRAY_UUID_128(0x6E400001, 0xB5A3, 0xF393, 0xE0A9, 0xE50E24DCCA9E)

0 commit comments

Comments
 (0)