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

  /external/bluetooth/bluedroid/stack/include/
mca_api.h 108 #define MCA_FCS_NONE 0 /* fcs_present=FALSE */
109 #define MCA_FCS_BYPASS 0x10 /* fcs_present=TRUE, fcs=L2CAP_CFG_FCS_BYPASS */
110 #define MCA_FCS_USE 0x11 /* fcs_present=TRUE, fcs=L2CAP_CFG_FCS_USE */
111 #define MCA_FCS_PRESNT_MASK 0x10 /* fcs_present=TRUE */
l2c_api.h 160 BOOLEAN fcs_present; /* Optionally bypasses FCS checks */ member in struct:__anon3818
    [all...]
  /external/bluetooth/bluedroid/stack/l2cap/
l2c_main.c 473 cfg_info.fcr_present = cfg_info.fcs_present = FALSE;
514 cfg_info.fcs_present = TRUE;
575 cfg_info.fcr_present = cfg_info.fcs_present = FALSE;
616 cfg_info.fcs_present = TRUE;
    [all...]
l2c_api.c 457 p_cfg->fcs_present = FALSE;
491 cid, p_cfg->result, p_cfg->mtu_present, p_cfg->flush_to_present, p_cfg->fcr_present, p_cfg->fcs_present);
    [all...]
l2c_fcr.c     [all...]
l2c_utils.c 537 if (p_cfg->fcs_present)
592 if (p_cfg->fcs_present)
    [all...]
  /external/bluetooth/bluedroid/stack/rfcomm/
rfc_mx_fsm.c 573 cfg.fcs_present = FALSE;
574 cfg.fcs = N/A when fcs_present is FALSE;
  /external/bluetooth/bluedroid/stack/mcap/
mca_main.c 278 p_cfg->fcs_present = TRUE;
  /external/bluetooth/bluedroid/stack/gap/
gap_conn.c 907 p_cfg->fcs_present = FALSE;
    [all...]

Completed in 1309 milliseconds