zephyr/subsys/bluetooth/host
Joakim Andersson d858264d9e Bluetooth: host: Convert bluetooth host to using k_timeout_t struct
Convert bluetooth host to using k_timeout_struct for the timeout values.
This is mostly replacing s32_t with k_timeout_t.
In l2cap the handling of no timeout in send channel request was removed
since the timeout is both documented as minimum of 1 second and never
given any no timeout value.

Signed-off-by: Joakim Andersson <joakim.andersson@nordicsemi.no>
2020-04-30 13:46:48 +03:00
..
a2dp_internal.h
a2dp.c
aes_ccm.c
at.c
at.h
att_internal.h Bluetooth: host: Convert bluetooth host to using k_timeout_t struct 2020-04-30 13:46:48 +03:00
att.c Bluetooth: host: Convert bluetooth host to using k_timeout_t struct 2020-04-30 13:46:48 +03:00
avdtp_internal.h
avdtp.c
CMakeLists.txt
conn_internal.h Bluetooth: host: Convert bluetooth host to using k_timeout_t struct 2020-04-30 13:46:48 +03:00
conn.c Bluetooth: host: Convert bluetooth host to using k_timeout_t struct 2020-04-30 13:46:48 +03:00
crypto.c bluetooth: fix signed and unsigend comparison warnings 2020-04-03 18:06:59 -04:00
crypto.h
ecc.h
gatt_internal.h
gatt.c bluetooth: fix signed and unsigend comparison warnings 2020-04-03 18:06:59 -04:00
hci_core.c Bluetooth: host: Convert bluetooth host to using k_timeout_t struct 2020-04-30 13:46:48 +03:00
hci_core.h Bluetooth: host: Add support for multiple advertising set 2020-04-21 12:46:05 +03:00
hci_ecc.c Bluetooth: Remove bluetooth thread stack size analysis 2020-04-28 09:11:13 -04:00
hci_ecc.h
hci_raw_internal.h
hci_raw.c Bluetooth: host: Convert bluetooth host to using k_timeout_t struct 2020-04-30 13:46:48 +03:00
hfp_hf.c
hfp_internal.h
Kconfig bluetooth: host: Dynamic bt_conn_le_create timeout 2020-04-06 13:29:49 +03:00
Kconfig.gatt
Kconfig.l2cap
keys_br.c
keys.c Bluetooth: Use zd print conversion modifier for ssize_t 2020-04-03 21:13:14 +03:00
keys.h Bluetooth: host: Replace alignment with tabs with spaces 2020-03-31 12:26:15 +03:00
l2cap_br.c Bluetooth: host: Convert bluetooth host to using k_timeout_t struct 2020-04-30 13:46:48 +03:00
l2cap_internal.h Bluetooth: host: Convert bluetooth host to using k_timeout_t struct 2020-04-30 13:46:48 +03:00
l2cap.c Bluetooth: host: Convert bluetooth host to using k_timeout_t struct 2020-04-30 13:46:48 +03:00
monitor.c
monitor.h
rfcomm_internal.h
rfcomm.c Bluetooth: host: Convert bluetooth host to using k_timeout_t struct 2020-04-30 13:46:48 +03:00
sdp_internal.h
sdp.c
settings.c Bluetooth: Use zd print conversion modifier for ssize_t 2020-04-03 21:13:14 +03:00
settings.h Bluetooth: Setting: Make bt_settings_encode_key take a const address 2020-02-14 14:15:11 +02:00
smp_null.c
smp.c Bluetooth: host: Convert bluetooth host to using k_timeout_t struct 2020-04-30 13:46:48 +03:00
smp.h Bluetooth: smp: Adding Legacy OOB pairing support 2020-03-12 12:30:15 +02:00
testing.c
testing.h
uuid.c