zephyr/subsys/bluetooth
Emil Gydesen 8f76cdd891 Bluetooth: TBS: Fix issues with lookup_inst_by_uri_scheme
The function took the uri as a `char *` but is in fact
not a null terminated string so change the type to uint8_t *.

Add a check fro uri_len == 0 before doing uri_len - 1

Changed the found check to just check the first octet rather
than the more costly strlen.

Fixed the type of the iterator

Add a break in the loop as we only need to find one ":"

Signed-off-by: Emil Gydesen <emil.gydesen@nordicsemi.no>
2024-09-05 12:51:44 -05:00
..
audio Bluetooth: TBS: Fix issues with lookup_inst_by_uri_scheme 2024-09-05 12:51:44 -05:00
common subsys/bluetooth: Correct BT_HCI_VS_EXT_DETECT default 2024-08-14 09:14:10 -04:00
controller Bluetooth: Controller: Implement Secondary_Advertising_Max_Skip 2024-09-03 10:43:20 +02:00
crypto bluetooth: fix typo in (common, crypto, services, shell) 2024-06-25 10:27:23 -04:00
host Bluetooth: Host: Fix unable to start scanning after scan param failure 2024-09-05 12:25:17 +01:00
lib
mesh Bluetooth: Mesh: Logic fix for recvd unseg msgs 2024-09-04 06:54:10 -04:00
services Bluetooth: Implemented new DIS characteristics 2024-09-02 12:00:52 +02:00
shell net: buf: remove use of special putter and getter functions 2024-08-16 09:55:11 +02:00
CMakeLists.txt
Kconfig bluetooth: Add Kconfig for LE Connection Subrating 2024-08-05 10:16:27 +02:00
Kconfig.adv
Kconfig.iso kconfig: replace known integer constants with variables 2024-07-27 20:49:15 +03:00
Kconfig.logging bluetooth: services: added current time service 2024-08-29 11:38:28 +02:00