commit | 139035e0a22be0615822ee9a4b7c854c373d1bdc | [log] [tgz] |
---|---|---|
author | Joakim Andersson <joakim.andersson@nordicsemi.no> | Wed Jun 02 17:42:51 2021 +0200 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Fri Jun 11 16:13:35 2021 +0200 |
tree | c295cb905e528bc0f8ee643e3775b9950e4a4fc6 | |
parent | 32508c6412506071c8768418e61124429512dd05 [diff] |
Bluetooth: host: Use UUID encode macro for 128-bit UUIDs Use UUID encode macro fro 128-bit UUIDs for readability. This makes it easier to see which service you are working with as the bt_uuid_to_str prints the 128-bit UUIDs in this format. Signed-off-by: Joakim Andersson <joakim.andersson@nordicsemi.no>