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.cc76 sdp_cb.l2cap_my_cfg.mtu_present = true; in sdp_init()
283 if (!p_cfg->mtu_present) { in sdp_config_ind()
296 p_cfg->mtu_present = false; in sdp_config_ind()
/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/l2cap/
Dl2c_main.cc464 cfg_info.flush_to_present = cfg_info.mtu_present = in process_l2cap_cmd()
476 cfg_info.mtu_present = true; in process_l2cap_cmd()
613 cfg_info.flush_to_present = cfg_info.mtu_present = in process_l2cap_cmd()
625 cfg_info.mtu_present = true; in process_l2cap_cmd()
Dl2c_api.cc854 cid, p_cfg->fcr_present, p_cfg->fcr.mode, p_cfg->mtu_present, p_cfg->mtu); in L2CA_ConfigReq()
872 if ((p_cfg->mtu_present) && (p_cfg->mtu > L2CAP_MTU_SIZE)) { in L2CA_ConfigReq()
907 cid, p_cfg->result, p_cfg->mtu_present, p_cfg->flush_to_present, in L2CA_ConfigRsp()
925 if (p_cfg->mtu_present) p_ccb->peer_cfg.mtu_present = false; in L2CA_ConfigRsp()
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()
1861 if (p_cfg->mtu_present) { in l2cu_process_peer_cfg_req()
1870 p_ccb->peer_cfg.mtu_present = true; in l2cu_process_peer_cfg_req()
1879 else if (p_ccb->peer_cfg.mtu_present) { in l2cu_process_peer_cfg_req()
1880 p_cfg->mtu_present = true; in l2cu_process_peer_cfg_req()
1927 p_cfg->mtu_present = p_cfg->qos_present = p_cfg->flush_to_present = 0; in l2cu_process_peer_cfg_req()
1941 if (mtu_ok) p_cfg->mtu_present = false; in l2cu_process_peer_cfg_req()
Dl2c_fcr.cc1978 if ((p_cfg->mtu_present) && (p_cfg->mtu > p_ccb->max_rx_mtu)) { in l2c_fcr_adj_our_req_options()
2167 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/gatt/
Dgatt_main.cc602 cfg.mtu_present = true; in gatt_l2cif_connect_ind_cback()
630 cfg.mtu_present = true; in gatt_l2cif_connect_cfm_cback()
694 if (p_cfg->mtu_present && in gatt_l2cif_config_ind_cback()
/system/bt/stack/include/
Dl2c_api.h135 bool mtu_present; member
/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/main/shim/
Dl2cap.cc368 .mtu_present = false, in ConfigRequest()
/system/bt/bta/jv/
Dbta_jv_act.cc928 cfg.mtu_present = true; in bta_jv_l2cap_connect()
1081 cfg.mtu_present = true; in bta_jv_l2cap_start_server()
1084 cfg.mtu_present = false; in bta_jv_l2cap_start_server()