Home
last modified time | relevance | path

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

/linux/drivers/bluetooth/
H A Dhci_h5.c673 static void h5_slip_one_byte(struct sk_buff *skb, u8 c) in h5_slip_one_byte() function
754 h5_slip_one_byte(nskb, hdr[i]); in h5_prepare_pkt()
757 h5_slip_one_byte(nskb, data[i]); in h5_prepare_pkt()
764 h5_slip_one_byte(nskb, (crc >> 8) & 0xff); in h5_prepare_pkt()
765 h5_slip_one_byte(nskb, crc & 0xff); in h5_prepare_pkt()