Home
last modified time | relevance | path

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

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