Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/stack/test/rfcomm/
Dstack_rfcomm_test.cc149 tL2CAP_CFG_INFO cfg_req = {.mtu_present = true, .mtu = L2CAP_MTU_SIZE}; in ConnectServerL2cap()
156 cfg_req.mtu_present = false; in ConnectServerL2cap()
274 tL2CAP_CFG_INFO cfg_req = {.mtu_present = true, .mtu = L2CAP_MTU_SIZE}; in TestConnectClientPortL2cap()
281 cfg_req.mtu_present = false; in TestConnectClientPortL2cap()
678 tL2CAP_CFG_INFO our_cfg_req = {.mtu_present = true, .mtu = L2CAP_MTU_SIZE}; in TEST_F()
685 tL2CAP_CFG_INFO peer_cfg_req = {.mtu_present = true, .mtu = test_mtu}; in TEST_F()
/packages/modules/Bluetooth/system/stack/avdt/
Davdt_l2c.cc267 if (p_cfg->mtu_present) { in avdt_l2c_config_cfm_cback()
300 if (p_cfg->mtu_present) { in avdt_l2c_config_ind_cback()
/packages/modules/Bluetooth/system/stack/sdp/
Dsdp_main.cc134 if (!p_cfg->mtu_present) { in sdp_config_ind()
411 sdp_cb.l2cap_my_cfg.mtu_present = true; in sdp_init()
/packages/modules/Bluetooth/system/stack/l2cap/
Dl2c_main.cc476 cfg_info.flush_to_present = cfg_info.mtu_present = cfg_info.qos_present = in process_l2cap_cmd()
490 cfg_info.mtu_present = true; in process_l2cap_cmd()
619 cfg_info.flush_to_present = cfg_info.mtu_present = cfg_info.qos_present = in process_l2cap_cmd()
633 cfg_info.mtu_present = true; in process_l2cap_cmd()
Dl2c_utils.cc580 if (p_cfg->mtu_present) { in l2cu_send_peer_config_req()
613 if (p_cfg->mtu_present) { in l2cu_send_peer_config_req()
681 if (p_cfg->mtu_present) { in l2cu_send_peer_config_rsp()
712 if (p_cfg->mtu_present) { in l2cu_send_peer_config_rsp()
1917 if (!p_cfg->mtu_present && required_remote_mtu > L2CAP_DEFAULT_MTU) { in l2cu_process_peer_cfg_req()
1921 } else if (p_cfg->mtu_present) { in l2cu_process_peer_cfg_req()
1931 p_ccb->peer_cfg.mtu_present = true; in l2cu_process_peer_cfg_req()
1937 } else if (p_ccb->peer_cfg.mtu_present && !(p_ccb->config_done & IB_CFG_DONE)) { in l2cu_process_peer_cfg_req()
1939 p_cfg->mtu_present = true; in l2cu_process_peer_cfg_req()
1982 p_cfg->mtu_present = p_cfg->qos_present = p_cfg->flush_to_present = 0; in l2cu_process_peer_cfg_req()
[all …]
Dl2c_csm.cc141 config.mtu_present = true; in l2c_csm_send_config_req()
1353 p_ccb->peer_cfg.mtu_present = false; in l2c_csm_open()
Dl2c_fcr.cc1740 if ((p_cfg->mtu_present) && (p_cfg->mtu > L2CAP_MTU_SIZE)) { in l2c_fcr_renegotiate_chan()
/packages/modules/Bluetooth/system/stack/hid/
Dhidd_conn.cc263 if ((!p_cfg->mtu_present) || (p_cfg->mtu > HID_DEV_MTU_SIZE)) { in hidd_l2cif_config_ind()
570 hd_cb.l2cap_cfg.mtu_present = TRUE; in hidd_conn_reg()
573 hd_cb.l2cap_intr_cfg.mtu_present = TRUE; in hidd_conn_reg()
Dhidh_conn.cc114 hh_cb.l2cap_cfg.mtu_present = true; in hidh_conn_reg()
401 if ((!p_cfg->mtu_present) || (p_cfg->mtu > HID_HOST_MTU)) { in hidh_l2cif_config_ind()
/packages/modules/Bluetooth/system/stack/include/
Dl2cap_types.h120 bool mtu_present; member
/packages/modules/Bluetooth/system/stack/avct/
Davct_l2c_br.cc271 if (p_cfg->mtu_present) { in avct_l2c_br_config_ind_cback()
Davct_l2c.cc298 if (p_cfg->mtu_present) { in avct_l2c_config_ind_cback()
/packages/modules/Bluetooth/system/stack/rfcomm/
Drfc_mx_fsm.cc663 if (p_cfg->mtu_present) { in rfc_mx_conf_ind()
/packages/modules/Bluetooth/system/stack/bnep/
Dbnep_main.cc82 bnep_cb.l2cap_my_cfg.mtu_present = true; in bnep_register_with_l2cap()
/packages/modules/Bluetooth/system/bta/jv/
Dbta_jv_act.cc1063 cfg.mtu_present = true; in bta_jv_l2cap_connect()
1242 cfg.mtu_present = true; in bta_jv_l2cap_start_server()
1245 cfg.mtu_present = false; in bta_jv_l2cap_start_server()
/packages/modules/Bluetooth/system/stack/gap/
Dgap_conn.cc876 if (!p_cfg->mtu_present) { in gap_config_ind()
/packages/modules/Bluetooth/system/stack/gatt/
Dgatt_main.cc860 if (p_cfg->mtu_present && p_cfg->mtu < L2CAP_DEFAULT_MTU) { in gatt_l2cif_config_ind_cback()