Home
last modified time | relevance | path

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

/external/qemu/hw/
Dbt-l2cap.c140 static uint16_t l2cap_fcs16(const uint8_t *message, int len) in l2cap_fcs16() function
992 if (l2cap_fcs16((const uint8_t *) hdr, L2CAP_HDR_SIZE + len - 2) != fcs) in l2cap_iframe_in()