Home
last modified time | relevance | path

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

/system/bt/stack/avdt/
Davdt_l2c.c108 cfg.mtu_present = TRUE; in avdt_sec_check_complete_term()
153 cfg.mtu_present = TRUE; in avdt_sec_check_complete_orig()
271 cfg.mtu_present = TRUE; in avdt_l2c_connect_ind_cback()
313 cfg.mtu_present = TRUE; in avdt_l2c_connect_cfm_cback()
422 if (p_cfg->mtu_present) in avdt_l2c_config_ind_cback()
/system/bt/stack/avct/
Davct_l2c.c156 cfg.mtu_present = TRUE; in avct_l2c_connect_ind_cback()
199 cfg.mtu_present = TRUE; in avct_l2c_connect_cfm_cback()
298 if (p_cfg->mtu_present) in avct_l2c_config_ind_cback()
/system/bt/stack/bnep/
Dbnep_main.c87 bnep_cb.l2cap_my_cfg.mtu_present = TRUE; in bnep_register_with_l2cap()
237 if ((!p_cfg->mtu_present) || (p_cfg->mtu < BNEP_MIN_MTU_SIZE)) in bnep_config_ind()
241 p_cfg->mtu_present = TRUE; in bnep_config_ind()
254 p_cfg->mtu_present = FALSE; in bnep_config_ind()
/system/bt/stack/rfcomm/
Drfc_mx_fsm.c577 cfg.mtu_present = TRUE; in rfc_mx_send_config_req()
649 if (p_cfg->mtu_present) in rfc_mx_conf_ind()
654 p_cfg->mtu_present = FALSE; in rfc_mx_conf_ind()
/system/bt/stack/sdp/
Dsdp_main.c89 sdp_cb.l2cap_my_cfg.mtu_present = TRUE; in sdp_init()
322 if (!p_cfg->mtu_present) in sdp_config_ind()
337 p_cfg->mtu_present = FALSE; in sdp_config_ind()
/system/bt/stack/l2cap/
Dl2c_api.c790 cid, p_cfg->fcr_present, p_cfg->fcr.mode, p_cfg->mtu_present, p_cfg->mtu); in L2CA_ConfigReq()
810 if ( (p_cfg->mtu_present) && (p_cfg->mtu > L2CAP_MTU_SIZE) ) in L2CA_ConfigReq()
840 …cid, p_cfg->result, p_cfg->mtu_present, p_cfg->flush_to_present, p_cfg->fcr_present, p_cfg->fcs_pr… in L2CA_ConfigRsp()
856 if (p_cfg->mtu_present) in L2CA_ConfigRsp()
857 p_ccb->peer_cfg.mtu_present = FALSE; in L2CA_ConfigRsp()
2038 if (p_ccb->our_cfg.mtu_present) in L2CA_GetCurrentConfig()
2082 if (p_ccb->our_cfg.mtu_present) in L2CA_GetConnectionConfig()
Dl2c_main.c452 cfg_info.flush_to_present = cfg_info.mtu_present = cfg_info.qos_present = in process_l2cap_cmd()
463 cfg_info.mtu_present = TRUE; in process_l2cap_cmd()
554 cfg_info.flush_to_present = cfg_info.mtu_present = cfg_info.qos_present = in process_l2cap_cmd()
565 cfg_info.mtu_present = TRUE; in process_l2cap_cmd()
Dl2cap_client.c224 if (requested_parameters->mtu_present) { in config_request_cb()
229 response.mtu_present = true; in config_request_cb()
Dl2c_utils.c608 if (p_cfg->mtu_present) in l2cu_send_peer_config_req()
635 if (p_cfg->mtu_present) in l2cu_send_peer_config_req()
710 if (p_cfg->mtu_present) in l2cu_send_peer_config_rsp()
735 if (p_cfg->mtu_present) in l2cu_send_peer_config_rsp()
1982 if (p_cfg->mtu_present) in l2cu_process_peer_cfg_req()
1993 p_ccb->peer_cfg.mtu_present = TRUE; in l2cu_process_peer_cfg_req()
2003 else if (p_ccb->peer_cfg.mtu_present) in l2cu_process_peer_cfg_req()
2005 p_cfg->mtu_present = TRUE; in l2cu_process_peer_cfg_req()
2060 p_cfg->mtu_present = p_cfg->qos_present = p_cfg->flush_to_present = 0; in l2cu_process_peer_cfg_req()
2078 p_cfg->mtu_present = FALSE; in l2cu_process_peer_cfg_req()
Dl2c_fcr.c2057 if ( (p_cfg->mtu_present) && (p_cfg->mtu > p_ccb->max_rx_mtu) ) in l2c_fcr_adj_our_req_options()
2255 if ( (p_cfg->mtu_present) && (p_cfg->mtu > L2CAP_MTU_SIZE) ) in l2c_fcr_renegotiate_chan()
Dl2c_csm.c963 p_ccb->peer_cfg.mtu_present = FALSE; in l2c_csm_config()
/system/bt/stack/mcap/
Dmca_l2c.c417 if (p_cfg->mtu_present) in mca_l2c_config_ind_cback()
429 …CA_TRACE_DEBUG("peer_mtu: %d, lcid: x%x mtu_present:%d",p_tbl->peer_mtu, lcid, p_cfg->mtu_present); in mca_l2c_config_ind_cback()
Dmca_main.c275 p_cfg->mtu_present = TRUE; in mca_set_cfg_by_tbl()
/system/bt/stack/gatt/
Dgatt_main.c652 cfg.mtu_present = TRUE; in gatt_l2cif_connect_ind_cback()
690 cfg.mtu_present = TRUE; in gatt_l2cif_connect_cfm_cback()
785 if ( p_cfg->mtu_present && in gatt_l2cif_config_ind_cback()
/system/bt/stack/hid/
Dhidh_conn.c98 hh_cb.l2cap_cfg.mtu_present = TRUE; in hidh_conn_reg()
489 if ((!p_cfg->mtu_present) || (p_cfg->mtu > HID_HOST_MTU)) in hidh_l2cif_config_ind()
496 p_cfg->mtu_present = FALSE; in hidh_l2cif_config_ind()
/system/bt/stack/gap/
Dgap_conn.c929 if ((!p_cfg->mtu_present)||(p_cfg->mtu > local_mtu_size)) in gap_config_ind()
938 p_cfg->mtu_present = FALSE; in gap_config_ind()
/system/bt/stack/include/
Dl2c_api.h156 BOOLEAN mtu_present; member
/system/bt/bta/jv/
Dbta_jv_act.c1077 cfg.mtu_present = TRUE; in bta_jv_l2cap_connect()
1247 cfg.mtu_present = TRUE; in bta_jv_l2cap_start_server()
1252 cfg.mtu_present = FALSE; in bta_jv_l2cap_start_server()