bluetooth/btstack/l2cap/L2CapFecNegotiator.h
branchRCL_3
changeset 22 786b94c6f0a4
parent 10 8a27654f7b62
equal deleted inserted replaced
21:14e240312f6f 22:786b94c6f0a4
   205 public:
   205 public:
   206 	inline TL2CapIncomingFecNegotiator(const TL2CapFecNegotiator& aFecNegotiator);
   206 	inline TL2CapIncomingFecNegotiator(const TL2CapFecNegotiator& aFecNegotiator);
   207 	void ProcessPeerValue(const TRetransmissionAndFlowControlOption& aFecOption,
   207 	void ProcessPeerValue(const TRetransmissionAndFlowControlOption& aFecOption,
   208 						  TBool aIsUnacceptableParameters);
   208 						  TBool aIsUnacceptableParameters);
   209 	void ProcessImplicitPeerValue();
   209 	void ProcessImplicitPeerValue();
       
   210 	void DowngradeToBasic();
   210     void Setup();
   211     void Setup();
   211 protected:
   212 protected:
   212     void BuildRequest(TL2CapChannelMode aMode, TRetransmissionAndFlowControlOption& aFecOption);
   213     void BuildRequest(TL2CapChannelMode aMode, TRetransmissionAndFlowControlOption& aFecOption);
   213 	};
   214 	};
   214 
   215