Home
last modified time | relevance | path

Searched refs:bt_iso_handle_pack (Results 1 – 3 of 3) sorted by relevance

/Zephyr-4.1.0/subsys/bluetooth/controller/hci/
Dhci_driver.c256 handle_packed = bt_iso_handle_pack(handle, pb, ts); in sink_sdu_emit_hci()
/Zephyr-4.1.0/subsys/bluetooth/host/
Dconn.c599 hdr->handle = sys_cpu_to_le16(bt_iso_handle_pack(conn->handle, flags, ts)); in send_iso()
/Zephyr-4.1.0/include/zephyr/bluetooth/
Dhci_types.h100 #define bt_iso_handle_pack(h, pb, ts) \ macro