Home
last modified time | relevance | path

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

/linux-6.12.1/include/net/bluetooth/
Dl2cap.h48 #define L2CAP_BREDR_MAX_PAYLOAD 1019 /* 3-DH5 packet */ macro
/linux-6.12.1/net/bluetooth/
Dl2cap_core.c2377 pdu_len = min_t(size_t, pdu_len, L2CAP_BREDR_MAX_PAYLOAD); in l2cap_segment_sdu()