Home
last modified time | relevance | path

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

/Linux-v6.6/include/net/bluetooth/
Dhci.h2985 #define hci_iso_data_len_pack(h, f) ((__u16) ((h) | ((f) << 14))) macro
/Linux-v6.6/net/bluetooth/
Diso.c470 hdr->slen = cpu_to_le16(hci_iso_data_len_pack(len, in iso_send_frame()