Home
last modified time | relevance | path

Searched refs:mtu_present (Results 1 – 16 of 16) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/stack/avdt/
Davdt_l2c.c109 cfg.mtu_present = TRUE; in avdt_sec_check_complete_term()
153 cfg.mtu_present = TRUE; in avdt_sec_check_complete_orig()
250 cfg.mtu_present = TRUE; in avdt_l2c_connect_ind_cback()
288 cfg.mtu_present = TRUE; in avdt_l2c_connect_cfm_cback()
376 if (p_cfg->mtu_present) { in avdt_l2c_config_ind_cback()
/hal_espressif-latest/components/bt/host/bluedroid/stack/avct/
Davct_l2c.c148 cfg.mtu_present = TRUE; in avct_l2c_connect_ind_cback()
189 cfg.mtu_present = TRUE; in avct_l2c_connect_cfm_cback()
279 if (p_cfg->mtu_present) { in avct_l2c_config_ind_cback()
/hal_espressif-latest/components/bt/host/bluedroid/stack/rfcomm/
Drfc_mx_fsm.c583 cfg.mtu_present = TRUE; in rfc_mx_send_config_req()
654 if (p_cfg->mtu_present) { in rfc_mx_conf_ind()
660 p_cfg->mtu_present = FALSE; in rfc_mx_conf_ind()
/hal_espressif-latest/components/bt/host/bluedroid/stack/sdp/
Dsdp_main.c147 sdp_cb.l2cap_my_cfg.mtu_present = TRUE; in sdp_init()
390 if (!p_cfg->mtu_present) { in sdp_config_ind()
403 p_cfg->mtu_present = FALSE; in sdp_config_ind()
/hal_espressif-latest/components/bt/host/bluedroid/stack/hid/
Dhidd_conn.c286 if ((!p_cfg->mtu_present) || (p_cfg->mtu > HID_DEV_MTU_SIZE)) in hidd_l2cif_config_ind()
292 p_cfg->mtu_present = FALSE; in hidd_l2cif_config_ind()
596 hd_cb.l2cap_cfg.mtu_present = TRUE; in hidd_conn_reg()
601 hd_cb.l2cap_intr_cfg.mtu_present = TRUE; in hidd_conn_reg()
Dhidh_conn.c95 hh_cb.l2cap_cfg.mtu_present = TRUE; in hidh_conn_reg()
445 if ((!p_cfg->mtu_present) || (p_cfg->mtu > HID_HOST_MTU)) { in hidh_l2cif_config_ind()
453 p_cfg->mtu_present = FALSE; in hidh_l2cif_config_ind()
/hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/
Dl2c_main.c531 cfg_info.flush_to_present = cfg_info.mtu_present = cfg_info.qos_present = in process_l2cap_cmd()
540 cfg_info.mtu_present = TRUE; in process_l2cap_cmd()
622 cfg_info.flush_to_present = cfg_info.mtu_present = cfg_info.qos_present = in process_l2cap_cmd()
631 cfg_info.mtu_present = TRUE; in process_l2cap_cmd()
Dl2cap_client.c236 if (requested_parameters->mtu_present) { in config_request_cb()
241 response.mtu_present = true; in config_request_cb()
Dl2c_api.c477 cid, p_cfg->fcr_present, p_cfg->fcr.mode, p_cfg->mtu_present, p_cfg->mtu); in L2CA_ConfigReq()
496 if ( (p_cfg->mtu_present) && (p_cfg->mtu > L2CAP_MTU_SIZE) ) { in L2CA_ConfigReq()
527 …cid, p_cfg->result, p_cfg->mtu_present, p_cfg->flush_to_present, p_cfg->fcr_present, p_cfg->fcs_pr… in L2CA_ConfigRsp()
541 if (p_cfg->mtu_present) { in L2CA_ConfigRsp()
542 p_ccb->peer_cfg.mtu_present = FALSE; in L2CA_ConfigRsp()
2062 if (p_ccb->our_cfg.mtu_present) { in L2CA_GetCurrentConfig()
Dl2c_utils.c665 if (p_cfg->mtu_present) { in l2cu_send_peer_config_req()
697 if (p_cfg->mtu_present) { in l2cu_send_peer_config_req()
766 if (p_cfg->mtu_present) { in l2cu_send_peer_config_rsp()
795 if (p_cfg->mtu_present) { in l2cu_send_peer_config_rsp()
1984 if (p_cfg->mtu_present) { in l2cu_process_peer_cfg_req()
1994 p_ccb->peer_cfg.mtu_present = TRUE; in l2cu_process_peer_cfg_req()
2002 else if (p_ccb->peer_cfg.mtu_present) { in l2cu_process_peer_cfg_req()
2003 p_cfg->mtu_present = TRUE; in l2cu_process_peer_cfg_req()
2047 p_cfg->mtu_present = p_cfg->qos_present = p_cfg->flush_to_present = 0; in l2cu_process_peer_cfg_req()
2063 p_cfg->mtu_present = FALSE; in l2cu_process_peer_cfg_req()
Dl2c_csm.c783 p_ccb->peer_cfg.mtu_present = FALSE; in l2c_csm_config()
Dl2c_fcr.c1793 if ( (p_cfg->mtu_present) && (p_cfg->mtu > p_ccb->max_rx_mtu) ) { in l2c_fcr_adj_our_req_options()
1972 if ( (p_cfg->mtu_present) && (p_cfg->mtu > L2CAP_MTU_SIZE) ) { in l2c_fcr_renegotiate_chan()
/hal_espressif-latest/components/bt/host/bluedroid/stack/gatt/
Dgatt_main.c644 cfg.mtu_present = TRUE; in gatt_l2cif_connect_ind_cback()
680 cfg.mtu_present = TRUE; in gatt_l2cif_connect_cfm_cback()
765 if ( p_cfg->mtu_present && in gatt_l2cif_config_ind_cback()
/hal_espressif-latest/components/bt/host/bluedroid/stack/gap/
Dgap_conn.c885 if ((!p_cfg->mtu_present) || (p_cfg->mtu > local_mtu_size)) { in gap_config_ind()
893 p_cfg->mtu_present = FALSE; in gap_config_ind()
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dl2c_api.h156 BOOLEAN mtu_present; member
/hal_espressif-latest/components/bt/host/bluedroid/bta/jv/
Dbta_jv_act.c1336 cfg.mtu_present = TRUE; in bta_jv_l2cap_connect()
1500 cfg.mtu_present = TRUE; in bta_jv_l2cap_start_server()
1503 cfg.mtu_present = FALSE; in bta_jv_l2cap_start_server()