Home
last modified time | relevance | path

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

/system/bt/stack/avct/
Davct_l2c_br.cc128 cfg.mtu_present = true; in avct_l2c_br_connect_ind_cback()
208 cfg.mtu_present = true; in avct_l2c_br_connect_cfm_cback()
282 if (p_cfg->mtu_present) { in avct_l2c_br_config_ind_cback()
290 p_cfg->mtu_present = true; in avct_l2c_br_config_ind_cback()
292 p_cfg->mtu_present = false; in avct_l2c_br_config_ind_cback()
300 p_cfg->mtu_present = true; in avct_l2c_br_config_ind_cback()
Davct_l2c.cc148 cfg.mtu_present = true; in avct_l2c_connect_ind_cback()
187 cfg.mtu_present = true; in avct_l2c_connect_cfm_cback()
286 if (p_cfg->mtu_present) { in avct_l2c_config_ind_cback()
/system/bt/stack/avdt/
Davdt_l2c.cc104 cfg.mtu_present = true; in avdt_sec_check_complete_term()
145 cfg.mtu_present = true; in avdt_sec_check_complete_orig()
262 cfg.mtu_present = true; in avdt_l2c_connect_ind_cback()
300 cfg.mtu_present = true; in avdt_l2c_connect_cfm_cback()
403 if (p_cfg->mtu_present) { in avdt_l2c_config_ind_cback()
/system/bt/stack/bnep/
Dbnep_main.cc82 bnep_cb.l2cap_my_cfg.mtu_present = true; in bnep_register_with_l2cap()
223 if ((!p_cfg->mtu_present) || (p_cfg->mtu < BNEP_MIN_MTU_SIZE)) { in bnep_config_ind()
226 p_cfg->mtu_present = true; in bnep_config_ind()
237 p_cfg->mtu_present = false; in bnep_config_ind()
/system/bt/stack/test/rfcomm/
Dstack_rfcomm_test.cc153 tL2CAP_CFG_INFO cfg_req = {.mtu_present = true, .mtu = L2CAP_MTU_SIZE}; in ConnectServerL2cap()
162 cfg_req.mtu_present = false; in ConnectServerL2cap()
295 tL2CAP_CFG_INFO cfg_req = {.mtu_present = true, .mtu = L2CAP_MTU_SIZE}; in TestConnectClientPortL2cap()
303 cfg_req.mtu_present = false; in TestConnectClientPortL2cap()
767 tL2CAP_CFG_INFO our_cfg_req = {.mtu_present = true, .mtu = L2CAP_MTU_SIZE}; in TEST_F()
775 tL2CAP_CFG_INFO peer_cfg_req = {.mtu_present = true, .mtu = test_mtu}; in TEST_F()
786 tL2CAP_CFG_INFO peer_cfg_rsp = {.mtu_present = true, .mtu = L2CAP_MTU_SIZE}; in TEST_F()
/system/bt/stack/rfcomm/
Drfc_mx_fsm.cc561 cfg.mtu_present = true; in rfc_mx_send_config_req()
629 if (p_cfg->mtu_present) { in rfc_mx_conf_ind()
635 p_cfg->mtu_present = false; in rfc_mx_conf_ind()
/system/bt/stack/sdp/
Dsdp_main.cc81 sdp_cb.l2cap_my_cfg.mtu_present = true; in sdp_init()
307 if (!p_cfg->mtu_present) { in sdp_config_ind()
320 p_cfg->mtu_present = false; in sdp_config_ind()
/system/bt/stack/l2cap/
Dl2c_api.cc825 cid, p_cfg->fcr_present, p_cfg->fcr.mode, p_cfg->mtu_present, p_cfg->mtu); in L2CA_ConfigReq()
843 if ((p_cfg->mtu_present) && (p_cfg->mtu > L2CAP_MTU_SIZE)) { in L2CA_ConfigReq()
874 cid, p_cfg->result, p_cfg->mtu_present, p_cfg->flush_to_present, in L2CA_ConfigRsp()
892 if (p_cfg->mtu_present) p_ccb->peer_cfg.mtu_present = false; in L2CA_ConfigRsp()
2013 if (p_ccb->our_cfg.mtu_present) *p_our_cfg_bits |= L2CAP_CH_CFG_MASK_MTU; in L2CA_GetCurrentConfig()
2051 if (p_ccb->our_cfg.mtu_present) *mtu = p_ccb->our_cfg.mtu; in L2CA_GetConnectionConfig()
Dl2c_main.cc463 cfg_info.flush_to_present = cfg_info.mtu_present = in process_l2cap_cmd()
475 cfg_info.mtu_present = true; in process_l2cap_cmd()
612 cfg_info.flush_to_present = cfg_info.mtu_present = in process_l2cap_cmd()
624 cfg_info.mtu_present = true; in process_l2cap_cmd()
Dl2cap_client.cc228 if (requested_parameters->mtu_present) { in config_request_cb()
233 response.mtu_present = true; in config_request_cb()
Dl2c_utils.cc548 if (p_cfg->mtu_present) in l2cu_send_peer_config_req()
576 if (p_cfg->mtu_present) { in l2cu_send_peer_config_req()
644 if (p_cfg->mtu_present) in l2cu_send_peer_config_rsp()
672 if (p_cfg->mtu_present) { in l2cu_send_peer_config_rsp()
1859 if (p_cfg->mtu_present) { in l2cu_process_peer_cfg_req()
1868 p_ccb->peer_cfg.mtu_present = true; in l2cu_process_peer_cfg_req()
1877 else if (p_ccb->peer_cfg.mtu_present) { in l2cu_process_peer_cfg_req()
1878 p_cfg->mtu_present = true; in l2cu_process_peer_cfg_req()
1925 p_cfg->mtu_present = p_cfg->qos_present = p_cfg->flush_to_present = 0; in l2cu_process_peer_cfg_req()
1939 if (mtu_ok) p_cfg->mtu_present = false; in l2cu_process_peer_cfg_req()
Dl2c_fcr.cc2010 if ((p_cfg->mtu_present) && (p_cfg->mtu > p_ccb->max_rx_mtu)) { in l2c_fcr_adj_our_req_options()
2193 if ((p_cfg->mtu_present) && (p_cfg->mtu > L2CAP_MTU_SIZE)) { in l2c_fcr_renegotiate_chan()
Dl2c_csm.cc878 p_ccb->peer_cfg.mtu_present = false; in l2c_csm_config()
/system/bt/stack/hid/
Dhidd_conn.cc347 if ((!p_cfg->mtu_present) || (p_cfg->mtu > HID_DEV_MTU_SIZE)) in hidd_l2cif_config_ind()
354 p_cfg->mtu_present = FALSE; in hidd_l2cif_config_ind()
754 hd_cb.l2cap_cfg.mtu_present = TRUE; in hidd_conn_reg()
760 hd_cb.l2cap_intr_cfg.mtu_present = TRUE; in hidd_conn_reg()
Dhidh_conn.cc94 hh_cb.l2cap_cfg.mtu_present = true; in hidh_conn_reg()
477 if ((!p_cfg->mtu_present) || (p_cfg->mtu > HID_HOST_MTU)) in hidh_l2cif_config_ind()
484 p_cfg->mtu_present = false; in hidh_l2cif_config_ind()
/system/bt/stack/gatt/
Dgatt_main.cc609 cfg.mtu_present = true; in gatt_l2cif_connect_ind_cback()
637 cfg.mtu_present = true; in gatt_l2cif_connect_cfm_cback()
701 if (p_cfg->mtu_present && in gatt_l2cif_config_ind_cback()
/system/bt/stack/gap/
Dgap_conn.cc905 if ((!p_cfg->mtu_present) || (p_cfg->mtu > local_mtu_size)) { in gap_config_ind()
912 p_cfg->mtu_present = false; in gap_config_ind()
/system/bt/stack/include/
Dl2c_api.h159 bool mtu_present; member
/system/bt/bta/jv/
Dbta_jv_act.cc926 cfg.mtu_present = true; in bta_jv_l2cap_connect()
1079 cfg.mtu_present = true; in bta_jv_l2cap_start_server()
1082 cfg.mtu_present = false; in bta_jv_l2cap_start_server()