Home
last modified time | relevance | path

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

/linux-6.1.9/net/bluetooth/
Dhci_core.c3234 flags = hci_iso_flags_pack(list ? ISO_START : ISO_SINGLE, 0x00); in hci_queue_iso()
3254 flags = hci_iso_flags_pack(list ? ISO_CONT : ISO_END, in hci_queue_iso()
/linux-6.1.9/include/net/bluetooth/
Dhci.h2933 #define hci_iso_flags_pack(pb, ts) ((pb & 0x03) | ((ts & 0x01) << 2)) macro