commit | c49a058b9b28f339ef552a9af917bd6a3df8913d | [log] [tgz] |
---|---|---|
author | Emil Gydesen <emil.gydesen@nordicsemi.no> | Mon Aug 19 16:06:41 2024 +0200 |
committer | Fabio Baltieri <fabio.baltieri@gmail.com> | Thu Sep 05 12:24:25 2024 +0100 |
tree | 78bf5706690f0b6022fdc22eba4ee09f07a64378 | |
parent | f500f7c22f5fd4756ff0037aa6b1813195a196a3 [diff] |
Bluetooth: TBS: Fix type of uri in call_alloc 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 bt_tbs_remote_incoming. Signed-off-by: Emil Gydesen <emil.gydesen@nordicsemi.no>