Home
last modified time | relevance | path

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

/system/bt/hci/src/
Dpacket_fragmenter.c123 static bool check_uint16_overflow(uint16_t a, uint16_t b) { in check_uint16_overflow() function
163 if (check_uint16_overflow(l2cap_length, (L2CAP_HEADER_SIZE + HCI_ACL_PREAMBLE_SIZE)) || in reassemble_and_dispatch()