Home
last modified time | relevance | path

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

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