bluetooth/btstack/l2cap/L2CapFecNegotiator.h
changeset 42 206564d58f40
parent 16 0089b2f7ebd8
equal deleted inserted replaced
32:f72906e669b4 42:206564d58f40
   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