Home
last modified time | relevance | path

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

/system/bt/stack/rfcomm/
Drfc_mx_fsm.cc122 p_mcb->peer_l2cap_mtu = L2CAP_DEFAULT_MTU - RFCOMM_MIN_OFFSET - 1; in rfc_mx_sm_state_idle()
630 p_mcb->peer_l2cap_mtu = p_cfg->mtu - RFCOMM_MIN_OFFSET - 1; in rfc_mx_conf_ind()
632 p_mcb->peer_l2cap_mtu = L2CAP_DEFAULT_MTU - RFCOMM_MIN_OFFSET - 1; in rfc_mx_conf_ind()
Drfc_port_fsm.cc225 p_port->rfc.p_mcb->peer_l2cap_mtu, RFCOMM_SUCCESS); in rfc_port_sm_sabme_wait_ua()
233 p_port->rfc.p_mcb->peer_l2cap_mtu, RFCOMM_ERROR); in rfc_port_sm_sabme_wait_ua()
242 p_port->rfc.p_mcb->peer_l2cap_mtu, RFCOMM_ERROR); in rfc_port_sm_sabme_wait_ua()
258 p_port->rfc.p_mcb->peer_l2cap_mtu, RFCOMM_ERROR); in rfc_port_sm_sabme_wait_ua()
290 p_port->rfc.p_mcb->peer_l2cap_mtu); in rfc_port_sm_term_wait_sec_check()
Dport_int.h97 uint16_t peer_l2cap_mtu; /* Max frame that can be sent to peer L2CAP */ member