zephyr/subsys
Emil Gydesen 78fe76156b Bluetooth: Host: Add const to bt_conn_index
The `bt_conn_index` simply returns the index
of a `bt_conn` struct. There is no reason why
such a function should not use `const`.

Not using `const` will make other lookup/index
functions that perhaps relies on the bt_conn index
unable to use `const` as well.

Signed-off-by: Emil Gydesen <emil.gydesen@nordicsemi.no>
2022-03-30 11:32:08 +02:00
..
bluetooth Bluetooth: Host: Add const to bt_conn_index 2022-03-30 11:32:08 +02:00
canbus drivers: can: add struct device argument to callback functions 2022-03-19 14:31:22 -04:00
console
cpp kconfig: remove Enable from boolean prompts 2022-03-09 15:35:54 +01:00
debug debug: Revert ASSERT options dependency 2022-03-29 12:29:55 -07:00
demand_paging
dfu kconfig: remove Enable from boolean prompts 2022-03-09 15:35:54 +01:00
disk everywhere: fix typos 2022-03-18 13:24:08 -04:00
emul everywhere: fix typos 2022-03-18 13:24:08 -04:00
fb everywhere: fix typos 2022-03-18 13:24:08 -04:00
fs fs: littlefs: Use flash map macro in automount 2022-03-26 12:15:09 +01:00
ipc ipc_service: Automatically include source files for backends 2022-03-29 12:30:50 -07:00
jwt
logging logging: fix for 64 bit timestamp + new timestamp format option 2022-03-29 12:34:58 -07:00
lorawan lorawan: allow setting of DevNonce for OTAA re-join 2022-03-19 14:29:01 -04:00
mgmt mgmt/mcumgr: Fix possible buffer overflow in BT tranport 2022-03-29 10:19:09 +02:00
modbus modbus: stop bits can now be set individually in client mode 2022-03-24 08:23:17 -04:00
net net: tcp: Do not accept new data in retransmission mode 2022-03-30 11:08:22 +02:00
pm pm: policy: allow to get notifief when maximum latency changes 2022-03-16 15:26:47 +01:00
portability portability: cmsis: use correct type for atomics 2021-11-15 09:59:01 -05:00
random random: rand32_ctr_drbg: fix bug preventing initialization 2022-03-23 07:42:34 -05:00
settings settings: Add support for overriding settings partition 2022-03-24 08:16:46 -04:00
shell everywhere: fix typos 2022-03-18 13:24:08 -04:00
stats stats: fixed implicit integer sign extension in stats_get_off() 2021-10-28 15:15:56 -04:00
storage everywhere: fix typos 2022-03-18 13:24:08 -04:00
task_wdt task_wdt: fix overflow in current_ticks making wdt get stuck 2021-11-22 20:22:11 -05:00
testsuite everywhere: fix typos 2022-03-18 13:24:08 -04:00
timing
tracing everywhere: fix typos 2022-03-18 13:24:08 -04:00
usb everywhere: fix typos 2022-03-18 13:24:08 -04:00
CMakeLists.txt
Kconfig