Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/host/
Dconn.c382 uint16_t acl_total_len; in bt_acl_recv() local
450 acl_total_len = sys_get_le16(conn->rx->data) + sizeof(struct bt_l2cap_hdr); in bt_acl_recv()
452 if (conn->rx->len < acl_total_len) { in bt_acl_recv()
463 if (conn->rx->len > acl_total_len) { in bt_acl_recv()
464 LOG_ERR("ACL len mismatch (%u > %u)", conn->rx->len, acl_total_len); in bt_acl_recv()