Home
last modified time | relevance | path

Searched refs:hci_iso_flags_pack (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/net/bluetooth/
H A Dhci_core.c3280 flags = hci_iso_flags_pack(list ? ISO_START : ISO_SINGLE, 0x00); in hci_queue_iso()
3300 flags = hci_iso_flags_pack(list ? ISO_CONT : ISO_END, in hci_queue_iso()
/linux-6.15/include/net/bluetooth/
H A Dhci.h2974 #define hci_iso_flags_pack(pb, ts) ((pb & 0x03) | ((ts & 0x01) << 2)) macro