commit | 4fc6f127e64b301ed7d14c0cfd79d613030b8cd9 | [log] [tgz] |
---|---|---|
author | Emil Gydesen <emil.gydesen@nordicsemi.no> | Fri Jan 17 13:31:27 2025 +0100 |
committer | Benjamin Cabé <kartben@gmail.com> | Sat Feb 08 08:13:28 2025 +0100 |
tree | 72c0576f3d8f822f053b4f29cb6adf208cc127c4 | |
parent | f53c4db8748e48b98a4c9b3268e15896e829d4bb [diff] |
Bluetooth: TBS: Fix return value of handle_string_long_read The function may return a BT_GATT_ERR which is a negative value that cannot be returned as uint8_t. Change the function to use int instead and document the return values. Signed-off-by: Emil Gydesen <emil.gydesen@nordicsemi.no>