zephyr/subsys/bluetooth/host/classic
Rubin Gerritsen 237c59585e Bluetooth: Host: Rename bt_conn_state_t states for clarity
To make it easier to understand the code, the following was done:
- Use INITIATING/ADV for state names that are exclusive to central
  or peripheral. Previously it was not necessarily clear that the state
  BT_CONN_CONNECTING was for central only by just looking at where
  it was used. The terms INITIATING/ADV were used in favor
  of central and peripheral as these terms also work for SCO connection
  establishment.
- BT_CONN_CONNECTING_SCAN -> BT_CONN_SCAN_BEFORE_INITIATING
  to make it more clear that we are not scanning and connecting at
  the same time. The new name should make it more clear why we are
  scanning - only with the intention to start the initiator later.
- BT_CONN_CONNECTING_AUTO -> BT_CONN_INITIATING_FILTER_LIST.
  This makes it clear that this state is something different than
  BT_CONN_AUTO_CONNECT.

Signed-off-by: Rubin Gerritsen <rubin.gerritsen@nordicsemi.no>
2024-04-23 15:31:59 +02:00
..
a2dp_internal.h
a2dp.c
at.c
at.h
avdtp_internal.h
avdtp.c
br.c Bluetooth: Host: Rename bt_conn_state_t states for clarity 2024-04-23 15:31:59 +02:00
br.h
CMakeLists.txt Bluetooth: Host: Add SCO connection management 2024-03-19 10:08:27 +01:00
hfp_hf.c Bluetooth: Host: Add SCO Connect notify for HFP 2024-03-19 10:08:27 +01:00
hfp_internal.h Bluetooth: Host: Add SCO Connect notify for HFP 2024-03-19 10:08:27 +01:00
keys_br.c
l2cap_br_interface.h
l2cap_br_internal.h
l2cap_br.c Bluetooth: Host: Check conn/channel status of L2CAP BR 2024-04-03 10:27:53 +03:00
rfcomm_internal.h
rfcomm.c Bluetooth: RFCOMM: Add data sent cb for RFCOMM 2024-03-12 09:45:27 +00:00
sco_internal.h Bluetooth: Host: Remove SCO security check 2024-03-19 10:08:27 +01:00
sco.c Bluetooth: Host: Rename bt_conn_state_t states for clarity 2024-04-23 15:31:59 +02:00
sdp_internal.h
sdp.c
ssp.c
ssp.h