Home
last modified time | relevance | path

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

/linux/include/net/bluetooth/
H A Dhci.h2941 #define hci_iso_data_len_pack(h, f) ((__u16) ((h) | ((f) << 14))) macro
/linux/net/bluetooth/
H A Diso.c538 hdr->slen = cpu_to_le16(hci_iso_data_len_pack(len, in iso_send_frame()