Home
last modified time | relevance | path

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

/system/bt/stack/rfcomm/
Drfc_port_fsm.cc206 p_port->rfc.p_mcb->peer_l2cap_mtu, RFCOMM_SUCCESS); in rfc_port_sm_sabme_wait_ua()
212 p_port->rfc.p_mcb->peer_l2cap_mtu, RFCOMM_ERROR); in rfc_port_sm_sabme_wait_ua()
219 p_port->rfc.p_mcb->peer_l2cap_mtu, RFCOMM_ERROR); in rfc_port_sm_sabme_wait_ua()
235 p_port->rfc.p_mcb->peer_l2cap_mtu, RFCOMM_ERROR); in rfc_port_sm_sabme_wait_ua()
267 p_port->rfc.p_mcb->peer_l2cap_mtu); in rfc_port_sm_term_wait_sec_check()
Drfc_mx_fsm.cc119 p_mcb->peer_l2cap_mtu = L2CAP_DEFAULT_MTU - RFCOMM_MIN_OFFSET - 1; in rfc_mx_sm_state_idle()
623 p_mcb->peer_l2cap_mtu = p_cfg->mtu - RFCOMM_MIN_OFFSET - 1; in rfc_mx_conf_ind()
625 p_mcb->peer_l2cap_mtu = L2CAP_DEFAULT_MTU - RFCOMM_MIN_OFFSET - 1; in rfc_mx_conf_ind()
Dport_int.h97 uint16_t peer_l2cap_mtu; /* Max frame that can be sent to peer L2CAP */ member