Lines Matching refs:peer_cfg
658 bool L2CA_GetPeerLECocConfig(uint16_t lcid, tL2CAP_LE_CFG_INFO* peer_cfg) { in L2CA_GetPeerLECocConfig() argument
667 if (peer_cfg != NULL) in L2CA_GetPeerLECocConfig()
668 memcpy(peer_cfg, &p_ccb->peer_conn_cfg, sizeof(tL2CAP_LE_CFG_INFO)); in L2CA_GetPeerLECocConfig()
892 if (p_cfg->mtu_present) p_ccb->peer_cfg.mtu_present = false; in L2CA_ConfigRsp()
893 if (p_cfg->flush_to_present) p_ccb->peer_cfg.flush_to_present = false; in L2CA_ConfigRsp()
894 if (p_cfg->qos_present) p_ccb->peer_cfg.qos_present = false; in L2CA_ConfigRsp()
1322 if (p_ccb->peer_cfg.fcr.mode != L2CAP_FCR_ERTM_MODE) { in L2CA_FlowControl()
1324 p_ccb->peer_cfg.fcr.mode); in L2CA_FlowControl()
1365 (p_ccb->peer_cfg.fcr.mode != L2CAP_FCR_ERTM_MODE)) in L2CA_SendTestSFrame()
1609 p_ccb->peer_cfg.fcr.mode); in L2CA_GetChnlFcrMode()
1610 return (p_ccb->peer_cfg.fcr.mode); in L2CA_GetChnlFcrMode()
2022 *pp_peer_cfg = &(p_ccb->peer_cfg); in L2CA_GetCurrentConfig()
2199 if (p_ccb->peer_cfg.fcr.mode != L2CAP_FCR_ERTM_MODE) { in L2CA_FlushChannel()