zephyr/subsys/bluetooth/host
Emil Gydesen 3e634268d6 Bluetooth: ISO: Introduce bt_iso_chan_send_ts
The bt_iso_chan_send function could take an optional
timestamp by using 0 as an indicator. The issue with
this approach was that a timestamp value of 0 is valid,
and could cause potential issue with syncing streams
in a group.

To fully support transmitting with and without timestamp,
bt_iso_chan_send_ts has been introduced, which is the only
function of the two (bt_iso_chan_send being the other) that
supports timestamps.

A new function, rather than adding a boolean to the existing,
was chosen as it simplifies the individual functions as well
as making it more explicit what the function does.

Since the bt_iso_chan_send function is used by LE audio, both
the BAP and CAP send functions have similarly been updated.
Likewise, all tests and samples have been updated to use the
updated function(s), and BT_ISO_TIMESTAMP_NONE has been
removed.

Signed-off-by: Emil Gydesen <emil.gydesen@nordicsemi.no>
2024-02-12 13:13:10 +01:00
..
CMakeLists.txt
Kconfig Bluetooth: Classic: Add support for class of device 2024-01-25 15:09:01 +00:00
Kconfig.gatt bluetooth: gatt: add authorization callback API for gatt operations 2024-01-19 16:08:46 +01:00
Kconfig.l2cap
a2dp.c
a2dp_internal.h
addr.c
addr_internal.h
adv.c Bluetooth: Host: Send status for terminated directed adv 2024-02-08 10:11:34 +00:00
adv.h
aes_ccm.c
at.c
at.h
att.c bluetooth: gatt: remove operation infix from authorization callback API 2024-02-07 15:36:25 +00:00
att_internal.h
avdtp.c Bluetooth: L2CAP: separate BR/EDR and LE internal headers 2024-01-11 10:04:53 +01:00
avdtp_internal.h
br.c Bluetooth: Host: set valid SCO packet type 2024-02-05 17:46:49 +01:00
br.h
buf.c Bluetooth: Host: Refactor `bt_buf_get_evt` 2024-01-31 17:50:35 +01:00
conn.c Bluetooth: conn: document obfuscated function: `send_buf()` 2024-02-09 16:27:50 -06:00
conn_internal.h
crypto.c
crypto.h
data.c
direction.c
direction_internal.h
ecc.c
ecc.h
gatt.c Bluetooth: GATT: Add missing busy check for auto discover CCC 2024-01-18 20:11:08 +01:00
gatt_internal.h
hci_common.c
hci_core.c Bluetooth: Fixing UBSAN warning in CTE field parsing in adv.c/scan.c 2024-02-08 09:48:02 +00:00
hci_core.h Bluetooth: Fixing UBSAN warning in CTE field parsing in adv.c/scan.c 2024-02-08 09:48:02 +00:00
hci_ecc.c
hci_ecc.h
hci_raw.c Bluetooth: Host: Remove `bt_buf_get_cmd_complete` 2024-01-31 17:50:35 +01:00
hci_raw_internal.h
hfp_hf.c Bluetooth: Host: Set user data size for hfp tx pool 2024-02-02 14:09:38 +01:00
hfp_internal.h
id.c
id.h
iso.c Bluetooth: ISO: Introduce bt_iso_chan_send_ts 2024-02-12 13:13:10 +01:00
iso_internal.h
keys.c
keys.h
keys_br.c
l2cap.c Bluetooth: fixing null-pointer dereference in l2cap channel destroyer 2024-02-08 09:48:02 +00:00
l2cap_br.c Bluetooth: fixing null-pointer dereference in l2cap channel destroyer 2024-02-08 09:48:02 +00:00
l2cap_br_interface.h Bluetooth: L2CAP: separate BR/EDR and LE internal headers 2024-01-11 10:04:53 +01:00
l2cap_br_internal.h Bluetooth: L2CAP: separate BR/EDR and LE internal headers 2024-01-11 10:04:53 +01:00
l2cap_internal.h Bluetooth: L2CAP: separate BR/EDR and LE internal headers 2024-01-11 10:04:53 +01:00
long_wq.c
long_wq.h
monitor.c
monitor.h
rfcomm.c Bluetooth: L2CAP: separate BR/EDR and LE internal headers 2024-01-11 10:04:53 +01:00
rfcomm_internal.h
scan.c Bluetooth: Fixing UBSAN warning in CTE field parsing in adv.c/scan.c 2024-02-08 09:48:02 +00:00
scan.h
sdp.c Bluetooth: L2CAP: separate BR/EDR and LE internal headers 2024-01-11 10:04:53 +01:00
sdp_internal.h
settings.c
settings.h
smp.c include: util: Add mem_xor functions 2024-01-05 09:06:36 +01:00
smp.h
smp_null.c
ssp.c
ssp.h
testing.c
testing.h
uuid.c