Home
last modified time | relevance | path

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

/device/soc/esp/esp32/components/bt/host/bluedroid/stack/include/stack/
Dl2cdefs.h216 #define L2CAP_DEFAULT_MTU (672) macro
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/rfcomm/
Drfc_mx_fsm.c123 p_mcb->peer_l2cap_mtu = L2CAP_DEFAULT_MTU - RFCOMM_MIN_OFFSET - 1; in rfc_mx_sm_state_idle()
621 p_mcb->peer_l2cap_mtu = L2CAP_DEFAULT_MTU - RFCOMM_MIN_OFFSET - 1; in rfc_mx_conf_ind()
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/sdp/
Dsdp_main.c329 p_ccb->rem_mtu_size = (L2CAP_DEFAULT_MTU > SDP_MTU_SIZE) ? SDP_MTU_SIZE : L2CAP_DEFAULT_MTU; in sdp_config_ind()
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/gatt/
Dgatt_main.c765 (p_cfg->mtu >= GATT_MIN_BR_MTU_SIZE && p_cfg->mtu < L2CAP_DEFAULT_MTU)) { in gatt_l2cif_config_ind_cback()
768 p_tcb->payload_size = L2CAP_DEFAULT_MTU; in gatt_l2cif_config_ind_cback()
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/l2cap/
Dl2c_main.c358 if (pkt_len > L2CAP_DEFAULT_MTU) { in process_l2cap_cmd()
Dl2c_utils.c395 l2cu_send_peer_cmd_reject (p_lcb, L2CAP_CMD_REJ_MTU_EXCEEDED, id, L2CAP_DEFAULT_MTU, 0); in l2c_is_cmd_rejected()
1530 … p_ccb->our_cfg.mtu = p_ccb->peer_cfg.mtu = L2CAP_DEFAULT_MTU; in l2cu_allocate_ccb()
/device/soc/rockchip/common/sdk_linux/net/bluetooth/
Dl2cap_sock.c1838 chan->imtu = L2CAP_DEFAULT_MTU; in l2cap_sock_init()