Home
last modified time | relevance | path

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

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