zephyr/include/bluetooth
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
..
audio Bluetooth: Audio: Make bt_tbs_client_cb const 2022-03-28 12:45:03 +02:00
mesh everywhere: fix typos 2022-03-18 13:24:08 -04:00
services Bluetooth: OTS - rename client data receive callbacks 2022-03-07 10:47:43 +01:00
a2dp-codec.h
a2dp.h
addr.h Bluetooth: Controller: Implement direct addr type in ext adv report 2021-11-03 16:52:58 +01:00
att.h Bluetooth: Host: Add L2CAP collision mitigation test 2022-02-21 19:40:42 -05:00
avdtp.h Bluetooth: Refactor bluetooth buffer configuration for simplification 2021-05-06 14:56:18 +02:00
bluetooth.h Bluetooth: check if Bluetooth has been enabled 2022-03-23 13:38:47 +01:00
buf.h Bluetooth: Buf: Add missing support for ISO timestamp size 2022-02-21 19:40:02 -05:00
conn.h Bluetooth: Host: Add const to bt_conn_index 2022-03-30 11:32:08 +02:00
controller.h
crypto.h Bluetooth: Crypto: Fix naming of params 2021-05-12 12:37:27 +03:00
direction.h Bluetooth: host: df: Add handling of HCI_LE_CTE_Request_Failed 2022-01-21 09:30:23 -05:00
gap.h everywhere: fix typos 2022-03-14 20:22:24 -04:00
gatt.h Bluetooth: gatt: Skip MTU exchange if already initiated by peer 2022-03-25 10:41:19 +01:00
hci_err.h
hci_raw.h Bluetooth: Refactor bluetooth buffer configuration for simplification 2021-05-06 14:56:18 +02:00
hci_vs.h Bluetooth: controller: push topic branch to main 2021-11-16 21:24:37 -05:00
hci.h bluetooth: controller: Add support for all DTM commands 2022-03-18 12:00:03 +01:00
hfp_hf.h everywhere: fix typos 2022-03-14 20:22:24 -04:00
iso.h Bluetooth: ISO: Add named enum for bt_iso_state 2022-03-25 15:36:02 +01:00
l2cap.h everywhere: fix typos 2022-03-18 13:24:08 -04:00
mesh.h Bluetooth: Mesh: Align capitalization for BT mesh 2021-07-13 11:23:54 -04:00
rfcomm.h
sdp.h everywhere: fix typos 2022-03-18 13:24:08 -04:00
testing.h
uuid.h Bluetooth: Audio: Add Telephone Bearer Service server 2022-03-28 12:45:03 +02:00