Home
last modified time | relevance | path

Searched refs:L2CAP_DEFAULT_MTU (Results 1 – 10 of 10) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/stack/avdt/
Davdt_ad.c112 p_tbl->peer_mtu = L2CAP_DEFAULT_MTU; in avdt_ad_init()
260 p_tbl->peer_mtu = L2CAP_DEFAULT_MTU; in avdt_ad_tc_tbl_alloc()
311 p_tbl->peer_mtu = L2CAP_DEFAULT_MTU; in avdt_ad_tc_close_ind()
Davdt_l2c.c379 p_tbl->peer_mtu = L2CAP_DEFAULT_MTU; in avdt_l2c_config_ind_cback()
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dl2cdefs.h216 #define L2CAP_DEFAULT_MTU (672) macro
/hal_espressif-latest/components/bt/host/bluedroid/stack/rfcomm/
Drfc_mx_fsm.c147 p_mcb->peer_l2cap_mtu = L2CAP_DEFAULT_MTU - RFCOMM_MIN_OFFSET - 1; in rfc_mx_sm_state_idle()
657 p_mcb->peer_l2cap_mtu = L2CAP_DEFAULT_MTU - RFCOMM_MIN_OFFSET - 1; in rfc_mx_conf_ind()
/hal_espressif-latest/components/bt/host/bluedroid/stack/sdp/
Dsdp_main.c392 p_ccb->rem_mtu_size = (L2CAP_DEFAULT_MTU > SDP_MTU_SIZE) ? SDP_MTU_SIZE : L2CAP_DEFAULT_MTU; in sdp_config_ind()
/hal_espressif-latest/components/bt/host/bluedroid/stack/avct/
Davct_api.c357 UINT16 peer_mtu = L2CAP_DEFAULT_MTU; in AVCT_GetPeerMtu()
Davct_l2c.c282 p_lcb->peer_mtu = L2CAP_DEFAULT_MTU; in avct_l2c_config_ind_cback()
/hal_espressif-latest/components/bt/host/bluedroid/stack/gatt/
Dgatt_main.c766 (p_cfg->mtu >= GATT_MIN_BR_MTU_SIZE && p_cfg->mtu < L2CAP_DEFAULT_MTU)) { in gatt_l2cif_config_ind_cback()
769 p_tcb->payload_size = L2CAP_DEFAULT_MTU; in gatt_l2cif_config_ind_cback()
/hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/
Dl2c_main.c380 if (pkt_len > L2CAP_DEFAULT_MTU) { in process_l2cap_cmd()
Dl2c_utils.c399 l2cu_send_peer_cmd_reject (p_lcb, L2CAP_CMD_REJ_MTU_EXCEEDED, id, L2CAP_DEFAULT_MTU, 0); in l2c_is_cmd_rejected()
1534 … p_ccb->our_cfg.mtu = p_ccb->peer_cfg.mtu = L2CAP_DEFAULT_MTU; in l2cu_allocate_ccb()