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

  /system/bt/stack/l2cap/
l2c_utils.c 948 if (p_ccb->peer_cfg.fcr.mode == L2CAP_FCR_BASIC_MODE)
    [all...]
l2c_fcr.c 244 if ( (p_ccb->local_cid >= L2CAP_BASE_APPL_CID) && (p_ccb->peer_cfg.fcr.mode == L2CAP_FCR_ERTM_MODE) )
259 "max_held_acks:%08u, in_cfg.fcr.tx_win_sz:%08u", p_ccb->fcrb.max_held_acks, p_ccb->peer_cfg.fcr.tx_win_sz );
364 if (p_ccb->peer_cfg.fcr.mode == L2CAP_FCR_ERTM_MODE)
368 || (fixed_queue_length(p_ccb->fcrb.waiting_for_ack_q) >= p_ccb->peer_cfg.fcr.tx_win_sz) )
426 if (p_ccb->peer_cfg.fcr.mode == L2CAP_FCR_ERTM_MODE)
487 if (p_ccb->peer_cfg.fcr.mode == L2CAP_FCR_ERTM_MODE)
614 if (p_ccb->peer_cfg.fcr.mode == L2CAP_FCR_STREAM_MODE)
    [all...]
l2c_api.c 620 BOOLEAN L2CA_GetPeerLECocConfig (UINT16 lcid, tL2CAP_LE_CFG_INFO* peer_cfg)
631 if (peer_cfg != NULL)
632 memcpy(peer_cfg, &p_ccb->peer_conn_cfg, sizeof(tL2CAP_LE_CFG_INFO));
857 p_ccb->peer_cfg.mtu_present = FALSE;
859 p_ccb->peer_cfg.flush_to_present = FALSE;
861 p_ccb->peer_cfg.qos_present = FALSE;
    [all...]
l2c_csm.c     [all...]
l2c_main.c 219 if (p_ccb->peer_cfg.fcr.mode != L2CAP_FCR_BASIC_MODE)
246 if (p_ccb->peer_cfg.fcr.mode == L2CAP_FCR_BASIC_MODE)
    [all...]
l2c_ble.c 754 p_ccb->peer_cfg.fcr.mode = L2CAP_FCR_LE_COC_MODE;
803 p_ccb->peer_cfg.fcr.mode = L2CAP_FCR_LE_COC_MODE;
    [all...]
l2c_int.h 309 tL2CAP_CFG_INFO peer_cfg; /* Peer's saved configuration options */ member in struct:t_l2c_ccb
    [all...]
l2c_link.c 887 p_ccb->local_cid, p_ccb->peer_cfg.fcr.mode,
    [all...]
  /system/bt/stack/include/
l2c_api.h 504 extern BOOLEAN L2CA_GetPeerLECocConfig (UINT16 lcid, tL2CAP_LE_CFG_INFO* peer_cfg);
    [all...]

Completed in 64 milliseconds