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

  /system/bt/stack/sdp/
sdp_main.c 196 if (cfg.fcr_present)
203 if ((!L2CA_ConfigReq (l2cap_cid, &cfg)) && cfg.fcr_present
208 cfg.fcr_present = FALSE;
252 if (cfg.fcr_present)
259 if ((!L2CA_ConfigReq (l2cap_cid, &cfg)) && cfg.fcr_present
263 cfg.fcr_present = FALSE;
341 if (p_cfg->fcr_present)
371 p_cfg->fcr_present = FALSE;
440 if (p_cfg->fcr_present)
443 cfg.fcr_present = FALSE
    [all...]
  /system/bt/stack/l2cap/
l2cap_client.c 236 if (requested_parameters->fcr_present) {
238 response.fcr_present = true;
l2c_main.c 453 cfg_info.fcr_present = cfg_info.fcs_present = FALSE;
484 cfg_info.fcr_present = TRUE;
555 cfg_info.fcr_present = cfg_info.fcs_present = FALSE;
586 cfg_info.fcr_present = TRUE;
    [all...]
l2c_fcr.c     [all...]
l2c_utils.c 614 if (p_cfg->fcr_present)
659 if (p_cfg->fcr_present)
716 if (p_cfg->fcr_present)
759 if (p_cfg->fcr_present)
    [all...]
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);
804 if ((!p_cfg->fcr_present)||(p_cfg->fcr.mode == L2CAP_FCR_BASIC_MODE))
840 cid, p_cfg->result, p_cfg->mtu_present, p_cfg->flush_to_present, p_cfg->fcr_present, p_cfg->fcs_present);
853 p_cfg->fcr_present = FALSE; /* FCR options already negotiated before this point */
    [all...]
  /system/bt/stack/mcap/
mca_main.c 277 p_cfg->fcr_present = TRUE;
  /system/bt/stack/rfcomm/
rfc_mx_fsm.c 583 cfg.fcr_present = FALSE;
  /system/bt/btif/src/
btif_sock_l2cap.c 847 cfg.fcr_present = TRUE;
935 cfg.fcr_present = TRUE;
    [all...]
  /system/bt/stack/gap/
gap_conn.c 229 if( p_ccb->cfg.fcr_present )
    [all...]
  /system/bt/bta/jv/
bta_jv_act.c     [all...]
  /system/bt/stack/include/
l2c_api.h 162 BOOLEAN fcr_present; member in struct:__anon74291
    [all...]

Completed in 770 milliseconds