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 188 if (cfg.fcr_present) {
196 if ((!L2CA_ConfigReq(l2cap_cid, &cfg)) && cfg.fcr_present &&
200 cfg.fcr_present = false;
242 if (cfg.fcr_present) {
250 if ((!L2CA_ConfigReq(l2cap_cid, &cfg)) && cfg.fcr_present &&
253 cfg.fcr_present = false;
324 if (p_cfg->fcr_present) {
355 p_cfg->fcr_present = false;
417 if (p_cfg->fcr_present) {
419 cfg.fcr_present = false
    [all...]
  /system/bt/stack/avct/
avct_l2c_br.cc 145 cfg.fcr_present = true;
211 cfg.fcr_present = true;
270 currently always accept these values. Note: fcr_present is left
  /system/bt/stack/l2cap/
l2c_fcr.cc     [all...]
l2cap_client.cc 240 if (requested_parameters->fcr_present) {
242 response.fcr_present = true;
l2c_utils.cc 560 if (p_cfg->fcr_present)
603 if (p_cfg->fcr_present) {
656 if (p_cfg->fcr_present)
699 if (p_cfg->fcr_present) {
    [all...]
l2c_main.cc 449 cfg_info.qos_present = cfg_info.fcr_present = cfg_info.fcs_present =
484 cfg_info.fcr_present = true;
555 cfg_info.qos_present = cfg_info.fcr_present = cfg_info.fcs_present =
590 cfg_info.fcr_present = true;
l2c_api.cc 827 "L2CA_ConfigReq() CID 0x%04x: fcr_present:%d (mode %d) mtu_present:%d "
829 cid, p_cfg->fcr_present, p_cfg->fcr.mode, p_cfg->mtu_present, p_cfg->mtu);
842 if ((!p_cfg->fcr_present) || (p_cfg->fcr.mode == L2CAP_FCR_BASIC_MODE)) {
879 p_cfg->fcr_present, p_cfg->fcs_present);
891 p_cfg->fcr_present =
    [all...]
  /system/bt/stack/include/
l2c_api.h 165 bool fcr_present; member in struct:__anon2435
    [all...]
  /system/bt/stack/mcap/
mca_main.cc 251 p_cfg->fcr_present = true;
  /system/bt/btif/src/
btif_sock_l2cap.cc 795 tL2CAP_CFG_INFO{.fcr_present = true, .fcr = obex_l2c_fcr_opts_def});
854 tL2CAP_CFG_INFO{.fcr_present = true, .fcr = obex_l2c_fcr_opts_def});
    [all...]
  /system/bt/stack/gap/
gap_conn.cc 268 if (p_ccb->cfg.fcr_present) {
    [all...]
  /system/bt/bta/jv/
bta_jv_act.cc 920 if (cfg.fcr_present && cfg.fcr.mode == L2CAP_FCR_ERTM_MODE) {
    [all...]

Completed in 888 milliseconds