Searched refs:L2CAP_DEFAULT_MTU (Results 1 - 15 of 15) sorted by relevance

/system/bt/stack/avdt/
H A Davdt_ad.cc107 p_tbl->peer_mtu = L2CAP_DEFAULT_MTU;
245 p_tbl->peer_mtu = L2CAP_DEFAULT_MTU;
291 p_tbl->peer_mtu = L2CAP_DEFAULT_MTU;
H A Davdt_l2c.cc407 p_tbl->peer_mtu = L2CAP_DEFAULT_MTU;
/system/bt/stack/mcap/
H A Dmca_main.cc128 p_tbl->peer_mtu = L2CAP_DEFAULT_MTU;
166 p_tbl->peer_mtu = L2CAP_DEFAULT_MTU;
290 p_tbl->peer_mtu = L2CAP_DEFAULT_MTU;
H A Dmca_l2c.cc391 p_tbl->peer_mtu = L2CAP_DEFAULT_MTU;
/system/bt/stack/include/
H A Dl2cdefs.h241 #define L2CAP_DEFAULT_MTU (672) macro
/system/bt/stack/rfcomm/
H A Drfc_mx_fsm.cc119 p_mcb->peer_l2cap_mtu = L2CAP_DEFAULT_MTU - RFCOMM_MIN_OFFSET - 1;
625 p_mcb->peer_l2cap_mtu = L2CAP_DEFAULT_MTU - RFCOMM_MIN_OFFSET - 1;
/system/bt/stack/sdp/
H A Dsdp_main.cc299 /* use min(L2CAP_DEFAULT_MTU,SDP_MTU_SIZE) for GKI buffer size reasons */
301 (L2CAP_DEFAULT_MTU > SDP_MTU_SIZE) ? SDP_MTU_SIZE : L2CAP_DEFAULT_MTU;
/system/bt/stack/avct/
H A Davct_api.cc343 uint16_t peer_mtu = L2CAP_DEFAULT_MTU;
H A Davct_l2c.cc287 p_lcb->peer_mtu = L2CAP_DEFAULT_MTU;
H A Davct_l2c_br.cc279 p_lcb->peer_mtu = L2CAP_DEFAULT_MTU;
/system/bt/btif/src/
H A Dbtif_sock_l2cap.cc841 L2CAP_DEFAULT_MTU, NULL, btsock_l2cap_cbk,
929 L2CAP_DEFAULT_MTU, NULL, sock->addr.address,
/system/bt/stack/gatt/
H A Dgatt_main.cc754 (p_cfg->mtu >= GATT_MIN_BR_MTU_SIZE && p_cfg->mtu < L2CAP_DEFAULT_MTU))
757 p_tcb->payload_size = L2CAP_DEFAULT_MTU;
/system/bt/stack/l2cap/
H A Dl2c_main.cc272 if (pkt_len > L2CAP_DEFAULT_MTU) {
H A Dl2c_utils.cc300 L2CAP_DEFAULT_MTU, 0);
1437 p_ccb->our_cfg.mtu = p_ccb->peer_cfg.mtu = L2CAP_DEFAULT_MTU;
/system/bt/bta/hl/
H A Dbta_hl_utils.cc2342 p_cfg->mtu = L2CAP_DEFAULT_MTU;
2346 p_cfg->mtu = L2CAP_DEFAULT_MTU;

Completed in 157 milliseconds