commit | b250754f5b5f090db98b4f709d710a01521c4df2 | [log] [tgz] |
---|---|---|
author | Emil Gydesen <emil.gydesen@nordicsemi.no> | Tue Aug 20 13:19:03 2024 +0200 |
committer | Fabio Baltieri <fabio.baltieri@gmail.com> | Thu Sep 05 12:23:24 2024 +0100 |
tree | 9bcbc01eaff044a71d97efd151da158e9d87de2f | |
parent | 9c23effb66e73022ef43413ecdae1d3cd353e0a1 [diff] |
Bluetooth: TBS: Fix type of uri in bt_tbs_valid_uri The function had marked the type as char *, but it was in fact not a string but rather a uint8_t array. Marked the type properly and added a cast when using it with strings. Signed-off-by: Emil Gydesen <emil.gydesen@nordicsemi.no>