HomeSort by relevance Sort by last modified time
    Searched refs:mtu_present (Results 1 - 18 of 18) sorted by null

  /system/bt/stack/avdt/
avdt_l2c.c 108 cfg.mtu_present = TRUE;
153 cfg.mtu_present = TRUE;
271 cfg.mtu_present = TRUE;
313 cfg.mtu_present = TRUE;
422 if (p_cfg->mtu_present)
  /system/bt/stack/avct/
avct_l2c.c 156 cfg.mtu_present = TRUE;
199 cfg.mtu_present = TRUE;
298 if (p_cfg->mtu_present)
  /system/bt/stack/rfcomm/
rfc_mx_fsm.c 577 cfg.mtu_present = TRUE;
649 if (p_cfg->mtu_present)
654 p_cfg->mtu_present = FALSE;
  /system/bt/stack/sdp/
sdp_main.c 89 sdp_cb.l2cap_my_cfg.mtu_present = TRUE;
322 if (!p_cfg->mtu_present)
337 p_cfg->mtu_present = FALSE;
  /system/bt/stack/bnep/
bnep_main.c 87 bnep_cb.l2cap_my_cfg.mtu_present = TRUE;
237 if ((!p_cfg->mtu_present) || (p_cfg->mtu < BNEP_MIN_MTU_SIZE))
241 p_cfg->mtu_present = TRUE;
254 p_cfg->mtu_present = FALSE;
  /system/bt/stack/mcap/
mca_l2c.c 417 if (p_cfg->mtu_present)
429 MCA_TRACE_DEBUG("peer_mtu: %d, lcid: x%x mtu_present:%d",p_tbl->peer_mtu, lcid, p_cfg->mtu_present);
mca_main.c 275 p_cfg->mtu_present = TRUE;
  /system/bt/stack/l2cap/
l2c_api.c 789 L2CAP_TRACE_API ("L2CA_ConfigReq() CID 0x%04x: fcr_present:%d (mode %d) mtu_present:%d (%d)",
790 cid, p_cfg->fcr_present, p_cfg->fcr.mode, p_cfg->mtu_present, p_cfg->mtu);
810 if ( (p_cfg->mtu_present) && (p_cfg->mtu > L2CAP_MTU_SIZE) )
840 cid, p_cfg->result, p_cfg->mtu_present, p_cfg->flush_to_present, p_cfg->fcr_present, p_cfg->fcs_present);
856 if (p_cfg->mtu_present)
857 p_ccb->peer_cfg.mtu_present = FALSE;
    [all...]
l2cap_client.c 224 if (requested_parameters->mtu_present) {
229 response.mtu_present = true;
l2c_main.c 452 cfg_info.flush_to_present = cfg_info.mtu_present = cfg_info.qos_present =
463 cfg_info.mtu_present = TRUE;
554 cfg_info.flush_to_present = cfg_info.mtu_present = cfg_info.qos_present =
565 cfg_info.mtu_present = TRUE;
    [all...]
l2c_utils.c 608 if (p_cfg->mtu_present)
635 if (p_cfg->mtu_present)
710 if (p_cfg->mtu_present)
735 if (p_cfg->mtu_present)
    [all...]
l2c_csm.c     [all...]
l2c_fcr.c     [all...]
  /system/bt/stack/gatt/
gatt_main.c 652 cfg.mtu_present = TRUE;
690 cfg.mtu_present = TRUE;
785 if ( p_cfg->mtu_present &&
    [all...]
  /system/bt/stack/hid/
hidh_conn.c 98 hh_cb.l2cap_cfg.mtu_present = TRUE;
489 if ((!p_cfg->mtu_present) || (p_cfg->mtu > HID_HOST_MTU))
496 p_cfg->mtu_present = FALSE;
    [all...]
  /system/bt/stack/include/
l2c_api.h 156 BOOLEAN mtu_present; member in struct:__anon72762
    [all...]
  /system/bt/stack/gap/
gap_conn.c 929 if ((!p_cfg->mtu_present)||(p_cfg->mtu > local_mtu_size))
938 p_cfg->mtu_present = FALSE;
    [all...]
  /system/bt/bta/jv/
bta_jv_act.c     [all...]

Completed in 257 milliseconds