Searched refs:fcr_present (Results 1 - 7 of 7) sorted by relevance

/external/bluetooth/bluedroid/stack/sdp/
H A Dsdp_main.c192 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
[all...]
/external/bluetooth/bluedroid/stack/l2cap/
H A Dl2c_api.c439 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 */
1575 if (p_ccb->our_cfg.fcr_present)
H A Dl2c_fcr.c1871 if (p_cfg->fcr_present && p_fcr->mode != L2CAP_FCR_BASIC_MODE)
1881 if (p_cfg->fcr_present && !(p_ccb->config_done & RECONFIG_FLAG))
1895 p_cfg->fcr_present = FALSE;
1955 p_ccb->our_cfg.fcr_present = FALSE;
2013 p_cfg->fcr_present = p_ccb->out_cfg_fcr_present;
2015 if (p_cfg->fcr_present)
2055 if (!p_cfg->fcr_present || (p_ccb->config_done & RECONFIG_FLAG))
2061 peer_mode = (p_cfg->fcr_present) ? p_cfg->fcr.mode : L2CAP_FCR_BASIC_MODE;
2107 p_ccb->our_cfg.fcr_present = TRUE;
2160 L2CAP_TRACE_EVENT5 ("l2c_fcr_process_peer_cfg_req() CFG fcr_present
[all...]
H A Dl2c_utils.c509 if (p_cfg->fcr_present)
554 if (p_cfg->fcr_present)
611 if (p_cfg->fcr_present)
654 if (p_cfg->fcr_present)
1771 if (!p_cfg->fcr_present)
1781 if ( (p_cfg->fcr_present == FALSE) && (p_cfg->mtu > L2CAP_MTU_SIZE) )
1877 p_cfg->fcr_present = FALSE;
1901 if (p_cfg->fcr_present)
1944 if (p_cfg->fcr_present)
1979 p_ccb->our_cfg.fcr_present
[all...]
H A Dl2c_main.c473 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;
/external/bluetooth/bluedroid/stack/mcap/
H A Dmca_main.c274 p_cfg->fcr_present = TRUE;
/external/bluetooth/bluedroid/stack/include/
H A Dl2c_api.h168 BOOLEAN fcr_present; member in struct:__anon1294

Completed in 169 milliseconds