Searched refs:mtu_present (Results 1 – 17 of 17) sorted by relevance
/external/bluetooth/bluedroid/stack/avdt/ |
D | avdt_l2c.c | 105 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/ |
D | avct_l2c.c | 154 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/ |
D | bnep_main.c | 84 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/ |
D | rfc_mx_fsm.c | 565 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/ |
D | sdp_main.c | 86 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/ |
D | l2c_api.c | 440 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()
|
D | l2c_main.c | 472 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()
|
D | l2c_utils.c | 505 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()
|
D | l2c_csm.c | 840 p_ccb->peer_cfg.mtu_present = FALSE; in l2c_csm_config()
|
D | l2c_fcr.c | 1927 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/ |
D | mca_l2c.c | 412 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()
|
D | mca_main.c | 272 p_cfg->mtu_present = TRUE; in mca_set_cfg_by_tbl()
|
/external/bluetooth/bluedroid/stack/gatt/ |
D | gatt_main.c | 543 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/ |
D | hidh_conn.c | 92 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/ |
D | gap_conn.c | 896 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/ |
D | l2c_api.h | 152 BOOLEAN mtu_present; member
|
/external/bluetooth/bluedroid/bta/jv/ |
D | bta_jv_act.c | 1584 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()
|