Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/stack/avdt/
Davdt_l2c.c105 cfg.mtu_present = TRUE; in avdt_sec_check_complete_term()
148 cfg.mtu_present = TRUE; in avdt_sec_check_complete_orig()
256 cfg.mtu_present = TRUE; in avdt_l2c_connect_ind_cback()
298 cfg.mtu_present = TRUE; in avdt_l2c_connect_cfm_cback()
396 if (p_cfg->mtu_present) in avdt_l2c_config_ind_cback()
/external/bluetooth/bluedroid/stack/avct/
Davct_l2c.c154 cfg.mtu_present = TRUE; in avct_l2c_connect_ind_cback()
197 cfg.mtu_present = TRUE; in avct_l2c_connect_cfm_cback()
296 if (p_cfg->mtu_present) in avct_l2c_config_ind_cback()
/external/bluetooth/bluedroid/stack/bnep/
Dbnep_main.c84 bnep_cb.l2cap_my_cfg.mtu_present = TRUE; in bnep_register_with_l2cap()
229 if ((!p_cfg->mtu_present) || (p_cfg->mtu < BNEP_MIN_MTU_SIZE)) in bnep_config_ind()
233 p_cfg->mtu_present = TRUE; in bnep_config_ind()
246 p_cfg->mtu_present = FALSE; in bnep_config_ind()
/external/bluetooth/bluedroid/stack/rfcomm/
Drfc_mx_fsm.c565 cfg.mtu_present = TRUE; in rfc_mx_send_config_req()
635 if (p_cfg->mtu_present) in rfc_mx_conf_ind()
640 p_cfg->mtu_present = FALSE; in rfc_mx_conf_ind()
/external/bluetooth/bluedroid/stack/sdp/
Dsdp_main.c86 sdp_cb.l2cap_my_cfg.mtu_present = TRUE; in sdp_init()
318 if (!p_cfg->mtu_present) in sdp_config_ind()
333 p_cfg->mtu_present = FALSE; in sdp_config_ind()
/external/bluetooth/bluedroid/stack/l2cap/
Dl2c_api.c440 cid, p_cfg->fcr_present, p_cfg->fcr.mode, p_cfg->mtu_present, p_cfg->mtu); in L2CA_ConfigReq()
460 if ( (p_cfg->mtu_present) && (p_cfg->mtu > L2CAP_MTU_SIZE) ) in L2CA_ConfigReq()
491 …cid, p_cfg->result, p_cfg->mtu_present, p_cfg->flush_to_present, p_cfg->fcr_present, p_cfg->fcs_pr… in L2CA_ConfigRsp()
507 if (p_cfg->mtu_present) in L2CA_ConfigRsp()
508 p_ccb->peer_cfg.mtu_present = FALSE; in L2CA_ConfigRsp()
1575 if (p_ccb->our_cfg.mtu_present) in L2CA_GetCurrentConfig()
Dl2c_main.c472 cfg_info.flush_to_present = cfg_info.mtu_present = cfg_info.qos_present = in process_l2cap_cmd()
483 cfg_info.mtu_present = TRUE; in process_l2cap_cmd()
574 cfg_info.flush_to_present = cfg_info.mtu_present = cfg_info.qos_present = in process_l2cap_cmd()
585 cfg_info.mtu_present = TRUE; in process_l2cap_cmd()
Dl2c_utils.c505 if (p_cfg->mtu_present) in l2cu_send_peer_config_req()
532 if (p_cfg->mtu_present) in l2cu_send_peer_config_req()
607 if (p_cfg->mtu_present) in l2cu_send_peer_config_rsp()
632 if (p_cfg->mtu_present) in l2cu_send_peer_config_rsp()
1780 if (p_cfg->mtu_present) in l2cu_process_peer_cfg_req()
1791 p_ccb->peer_cfg.mtu_present = TRUE; in l2cu_process_peer_cfg_req()
1801 else if (p_ccb->peer_cfg.mtu_present) in l2cu_process_peer_cfg_req()
1803 p_cfg->mtu_present = TRUE; in l2cu_process_peer_cfg_req()
1858 p_cfg->mtu_present = p_cfg->qos_present = p_cfg->flush_to_present = 0; in l2cu_process_peer_cfg_req()
1876 p_cfg->mtu_present = FALSE; in l2cu_process_peer_cfg_req()
Dl2c_csm.c840 p_ccb->peer_cfg.mtu_present = FALSE; in l2c_csm_config()
Dl2c_fcr.c1927 if ( (p_cfg->mtu_present) && (p_cfg->mtu > p_ccb->max_rx_mtu) ) in l2c_fcr_adj_our_req_options()
2119 if ( (p_cfg->mtu_present) && (p_cfg->mtu > L2CAP_MTU_SIZE) ) in l2c_fcr_renegotiate_chan()
/external/bluetooth/bluedroid/stack/mcap/
Dmca_l2c.c412 if (p_cfg->mtu_present) in mca_l2c_config_ind_cback()
424 …A_TRACE_DEBUG3("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.c272 p_cfg->mtu_present = TRUE; in mca_set_cfg_by_tbl()
/external/bluetooth/bluedroid/stack/gatt/
Dgatt_main.c543 cfg.mtu_present = TRUE; in gatt_l2cif_connect_ind_cback()
581 cfg.mtu_present = TRUE; in gatt_l2cif_connect_cfm_cback()
679 if ( (p_cfg->mtu_present) && (p_cfg->mtu < L2CAP_DEFAULT_MTU) ) in gatt_l2cif_config_ind_cback()
/external/bluetooth/bluedroid/stack/hid/
Dhidh_conn.c92 hh_cb.l2cap_cfg.mtu_present = TRUE; in hidh_conn_reg()
481 if ((!p_cfg->mtu_present) || (p_cfg->mtu > HID_HOST_MTU)) in hidh_l2cif_config_ind()
488 p_cfg->mtu_present = FALSE; in hidh_l2cif_config_ind()
/external/bluetooth/bluedroid/stack/gap/
Dgap_conn.c896 if ((!p_cfg->mtu_present)||(p_cfg->mtu > local_mtu_size)) in gap_config_ind()
905 p_cfg->mtu_present = FALSE; in gap_config_ind()
/external/bluetooth/bluedroid/stack/include/
Dl2c_api.h152 BOOLEAN mtu_present; member
/external/bluetooth/bluedroid/bta/jv/
Dbta_jv_act.c1584 cfg.mtu_present = TRUE; in bta_jv_l2cap_connect()
1749 cfg.mtu_present = TRUE; in bta_jv_l2cap_start_server()
1754 cfg.mtu_present = FALSE; in bta_jv_l2cap_start_server()