/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_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...] |
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 | 535 if (p_cfg->fcr_present) 580 if (p_cfg->fcr_present) 637 if (p_cfg->fcr_present) 680 if (p_cfg->fcr_present) [all...] |
/external/bluetooth/bluedroid/stack/gap/ |
gap_conn.c | 195 if( p_ccb->cfg.fcr_present ) 940 if (p_ccb->cfg.fcr_present) [all...] |
/external/bluetooth/bluedroid/stack/mcap/ |
mca_main.c | 274 p_cfg->fcr_present = TRUE;
|
/external/bluetooth/bluedroid/stack/rfcomm/ |
rfc_mx_fsm.c | 571 cfg.fcr_present = FALSE;
|
/external/bluetooth/bluedroid/stack/include/ |
l2c_api.h | 158 BOOLEAN fcr_present; member in struct:__anon1105 [all...] |