Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/stack/rfcomm/
Drfc_mx_fsm.cc131 p_mcb->peer_l2cap_mtu = L2CAP_DEFAULT_MTU - RFCOMM_MIN_OFFSET - 1; in rfc_mx_sm_state_idle()
678 p_mcb->peer_l2cap_mtu = p_cfg->mtu - RFCOMM_MIN_OFFSET - 1; in rfc_mx_conf_ind()
680 p_mcb->peer_l2cap_mtu = L2CAP_DEFAULT_MTU - RFCOMM_MIN_OFFSET - 1; in rfc_mx_conf_ind()
Drfc_port_fsm.cc253 p_port->rfc.p_mcb->peer_l2cap_mtu, RFCOMM_SUCCESS); in rfc_port_sm_sabme_wait_ua()
260 p_port->rfc.p_mcb->peer_l2cap_mtu, RFCOMM_ERROR); in rfc_port_sm_sabme_wait_ua()
268 p_port->rfc.p_mcb->peer_l2cap_mtu, RFCOMM_ERROR); in rfc_port_sm_sabme_wait_ua()
284 p_port->rfc.p_mcb->peer_l2cap_mtu, RFCOMM_ERROR); in rfc_port_sm_sabme_wait_ua()
319 p_port->rfc.p_mcb->peer_l2cap_mtu); in rfc_port_sm_term_wait_sec_check()
Dport_int.h92 uint16_t peer_l2cap_mtu; /* Max frame that can be sent to peer L2CAP */ member