zephyr/subsys/bluetooth
Joakim Andersson f8017adf5c Bluetooth: Use ssize_t for the return value of read_cb
Most places used an int so that should have handled most cases but
keys_set was using an unsigned int, which meant that checking len > 0
is an expression that is always false, and the error handling is not
working.

Signed-off-by: Joakim Andersson <joakim.andersson@nordicsemi.no>
2020-04-02 19:39:28 +03:00
..
common global: Replace BUILD_ASSERT_MSG() with BUILD_ASSERT() 2020-03-31 07:18:06 +02:00
controller Bluetooth: Use ssize_t for the return value of read_cb 2020-04-02 19:39:28 +03:00
host Bluetooth: Use ssize_t for the return value of read_cb 2020-04-02 19:39:28 +03:00
mesh Bluetooth: mesh: Remove redundant expression 2020-04-02 19:39:28 +03:00
services Bluetooth: Use ssize_t for the return value of read_cb 2020-04-02 19:39:28 +03:00
shell Bluetooth: shell: Add shell advertise set info get command 2020-03-30 00:38:23 +03:00
CMakeLists.txt
Kconfig Bluetooth: Kconfig: Add kconfig options for extended advertising 2020-03-30 00:38:23 +03:00