Home
last modified time | relevance | path

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

/linux-4.1.27/include/net/bluetooth/
Dl2cap.h558 __u16 remote_mps; member
/linux-4.1.27/net/bluetooth/
Da2mp.c787 chan->remote_mps = chan->omtu; in a2mp_chan_open()
Dl2cap_core.c2305 pdu_len = min_t(size_t, pdu_len, chan->remote_mps); in l2cap_segment_sdu()
2396 pdu_len = chan->remote_mps - L2CAP_SDULEN_SIZE; in l2cap_segment_le_sdu()
3456 chan->remote_mps = size; in l2cap_parse_conf_req()
3486 chan->remote_mps = size; in l2cap_parse_conf_req()
5280 chan->remote_mps = mps; in l2cap_le_connect_rsp()
5466 chan->remote_mps = mps; in l2cap_le_connect_req()
D6lowpan.c792 chan->remote_mps = chan->omtu; in chan_open()