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 194 if (cfg.fcr_present)
201 if ((!L2CA_ConfigReq (l2cap_cid, &cfg)) && cfg.fcr_present
206 cfg.fcr_present = FALSE;
250 if (cfg.fcr_present)
257 if ((!L2CA_ConfigReq (l2cap_cid, &cfg)) && cfg.fcr_present
261 cfg.fcr_present = FALSE;
339 if (p_cfg->fcr_present)
369 p_cfg->fcr_present = FALSE;
434 if (p_cfg->fcr_present)
437 cfg.fcr_present = FALSE
    [all...]
  /external/bluetooth/bluedroid/stack/l2cap/
l2c_api.c 448 L2CAP_TRACE_API ("L2CA_ConfigReq() CID 0x%04x: fcr_present:%d (mode %d) mtu_present:%d (%d)",
449 cid, p_cfg->fcr_present, p_cfg->fcr.mode, p_cfg->mtu_present, p_cfg->mtu);
463 if ((!p_cfg->fcr_present)||(p_cfg->fcr.mode == L2CAP_FCR_BASIC_MODE))
500 cid, p_cfg->result, p_cfg->mtu_present, p_cfg->flush_to_present, p_cfg->fcr_present, p_cfg->fcs_present);
513 p_cfg->fcr_present = FALSE; /* FCR options already negotiated before this point */
    [all...]
l2c_fcr.c     [all...]
l2c_utils.c 599 if (p_cfg->fcr_present)
644 if (p_cfg->fcr_present)
701 if (p_cfg->fcr_present)
744 if (p_cfg->fcr_present)
    [all...]
l2c_main.c 504 cfg_info.fcr_present = cfg_info.fcs_present = FALSE;
535 cfg_info.fcr_present = TRUE;
606 cfg_info.fcr_present = cfg_info.fcs_present = FALSE;
637 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:__anon6191
    [all...]
  /external/bluetooth/bluedroid/stack/gap/
gap_conn.c 196 if( p_ccb->cfg.fcr_present )
943 if (p_ccb->cfg.fcr_present)
    [all...]

Completed in 3688 milliseconds