Home
last modified time | relevance | path

Searched refs:hci_iso_flags_pack (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-6.6/net/bluetooth/
H A Dhci_core.c3323 flags = hci_iso_flags_pack(list ? ISO_START : ISO_SINGLE, 0x00); in hci_queue_iso()
3343 flags = hci_iso_flags_pack(list ? ISO_CONT : ISO_END, in hci_queue_iso()
/kernel/linux/linux-5.10/include/net/bluetooth/
H A Dhci.h2538 #define hci_iso_flags_pack(pb, ts) ((pb & 0x03) | ((ts & 0x01) << 2)) macro
/kernel/linux/linux-6.6/include/net/bluetooth/
H A Dhci.h2983 #define hci_iso_flags_pack(pb, ts) ((pb & 0x03) | ((ts & 0x01) << 2)) macro

Completed in 19 milliseconds