Lines Matching defs:byte
92 /* Update crc with next data byte
95 * The data byte is treated as two nibbles. The crc is generated
425 static inline void bcsp_unslip_one_byte(struct bcsp_struct *bcsp, unsigned char byte)
431 switch (byte) {
436 skb_put_data(bcsp->rx_skb, &byte, 1);
439 bcsp_crc_update(&bcsp->message_crc, byte);
445 switch (byte) {
465 BT_ERR("Invalid byte %02x after esc byte", byte);
650 /*BT_ERR("Ignoring byte %02x", *ptr);*/