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

  /system/bt/stack/sdp/
sdp_main.cc 179 if (cfg.fcr_present) {
187 if ((!L2CA_ConfigReq(l2cap_cid, &cfg)) && cfg.fcr_present &&
191 cfg.fcr_present = false;
233 if (cfg.fcr_present) {
241 if ((!L2CA_ConfigReq(l2cap_cid, &cfg)) && cfg.fcr_present &&
244 cfg.fcr_present = false;
315 if (p_cfg->fcr_present) {
346 p_cfg->fcr_present = false;
410 if (p_cfg->fcr_present) {
412 cfg.fcr_present = false
    [all...]
  /system/bt/stack/avct/
avct_l2c_br.cc 145 cfg.fcr_present = true;
209 cfg.fcr_present = true;
268 currently always accept these values. Note: fcr_present is left
  /system/bt/stack/l2cap/
l2c_fcr.cc     [all...]
l2cap_client.cc 242 if (requested_parameters->fcr_present) {
244 response.fcr_present = true;
l2c_utils.cc 555 if (p_cfg->fcr_present)
598 if (p_cfg->fcr_present) {
651 if (p_cfg->fcr_present)
694 if (p_cfg->fcr_present) {
    [all...]
l2c_main.cc 439 cfg_info.qos_present = cfg_info.fcr_present = cfg_info.fcs_present =
469 cfg_info.fcr_present = true;
534 cfg_info.qos_present = cfg_info.fcr_present = cfg_info.fcs_present =
564 cfg_info.fcr_present = true;
l2c_api.cc 757 "L2CA_ConfigReq() CID 0x%04x: fcr_present:%d (mode %d) mtu_present:%d "
759 cid, p_cfg->fcr_present, p_cfg->fcr.mode, p_cfg->mtu_present, p_cfg->mtu);
772 if ((!p_cfg->fcr_present) || (p_cfg->fcr.mode == L2CAP_FCR_BASIC_MODE)) {
809 p_cfg->fcr_present, p_cfg->fcs_present);
821 p_cfg->fcr_present =
    [all...]
  /system/bt/stack/mcap/
mca_main.cc 251 p_cfg->fcr_present = true;
  /system/bt/stack/include/
l2c_api.h 163 bool fcr_present; member in struct:__anon106476
    [all...]
  /system/bt/btif/src/
btif_sock_l2cap.cc 836 cfg.fcr_present = true;
920 cfg.fcr_present = true;
    [all...]
  /system/bt/stack/gap/
gap_conn.cc 223 if (p_ccb->cfg.fcr_present) {
902 if (p_ccb->cfg.fcr_present)
    [all...]
  /system/bt/bta/jv/
bta_jv_act.cc     [all...]

Completed in 144 milliseconds