rfcomm_session.c | 152 #define FCS(f, d) crctable[(f) ^ (d)] 613 uint8_t fcs, b; local in function:rfcomm_session_input 619 * UIH frames: FCS is only calculated on address and control fields 620 * For other frames: FCS is calculated on address, control and length 623 fcs = 0xff; 633 fcs = FCS(fcs, b); 639 fcs = FCS(fcs, b) 1469 uint8_t fcs, cr; local in function:rfcomm_session_send_frame 1532 uint8_t fcs, *hdr; local in function:rfcomm_session_send_uih [all...] |