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

  /external/bluetooth/bluedroid/stack/sdp/
sdp_main.c 192 if (cfg.fcr_present)
199 if ((!L2CA_ConfigReq (l2cap_cid, &cfg)) && cfg.fcr_present
204 cfg.fcr_present = FALSE;
248 if (cfg.fcr_present)
255 if ((!L2CA_ConfigReq (l2cap_cid, &cfg)) && cfg.fcr_present
259 cfg.fcr_present = FALSE;
337 if (p_cfg->fcr_present)
367 p_cfg->fcr_present = FALSE;
432 if (p_cfg->fcr_present)
435 cfg.fcr_present = FALSE
    [all...]
  /external/bluetooth/bluedroid/stack/l2cap/
l2c_api.c 439 L2CAP_TRACE_API5 ("L2CA_ConfigReq() CID 0x%04x: fcr_present:%d (mode %d) mtu_present:%d (%d)",
440 cid, p_cfg->fcr_present, p_cfg->fcr.mode, p_cfg->mtu_present, p_cfg->mtu);
454 if ((!p_cfg->fcr_present)||(p_cfg->fcr.mode == L2CAP_FCR_BASIC_MODE))
491 cid, p_cfg->result, p_cfg->mtu_present, p_cfg->flush_to_present, p_cfg->fcr_present, p_cfg->fcs_present);
504 p_cfg->fcr_present = FALSE; /* FCR options already negotiated before this point */
    [all...]
l2c_fcr.c     [all...]
l2c_utils.c 524 if (p_cfg->fcr_present)
569 if (p_cfg->fcr_present)
626 if (p_cfg->fcr_present)
669 if (p_cfg->fcr_present)
    [all...]
l2c_main.c 473 cfg_info.fcr_present = cfg_info.fcs_present = FALSE;
504 cfg_info.fcr_present = TRUE;
575 cfg_info.fcr_present = cfg_info.fcs_present = FALSE;
606 cfg_info.fcr_present = TRUE;
    [all...]
  /external/bluetooth/bluedroid/stack/mcap/
mca_main.c 274 p_cfg->fcr_present = TRUE;
  /external/bluetooth/bluedroid/stack/include/
l2c_api.h 158 BOOLEAN fcr_present; member in struct:__anon3369
    [all...]
  /external/bluetooth/bluedroid/stack/gap/
gap_conn.c 195 if( p_ccb->cfg.fcr_present )
940 if (p_ccb->cfg.fcr_present)
    [all...]

Completed in 87 milliseconds