Home
last modified time | relevance | path

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

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