Lines Matching refs:decoder_state
71 static btstack_slip_decoder_state_t decoder_state; variable
148 decoder_state = SLIP_DECODER_UNKNOWN; in btstack_slip_decoder_reset()
177 switch(decoder_state){ in btstack_slip_decoder_process()
181 decoder_state = SLIP_DECODER_X_C0; in btstack_slip_decoder_process()
192 decoder_state = SLIP_DECODER_X_DB; in btstack_slip_decoder_process()
196 decoder_state = SLIP_DECODER_ACTIVE; in btstack_slip_decoder_process()
204 decoder_state = SLIP_DECODER_ACTIVE; in btstack_slip_decoder_process()
208 decoder_state = SLIP_DECODER_ACTIVE; in btstack_slip_decoder_process()
219 decoder_state = SLIP_DECODER_COMPLETE; in btstack_slip_decoder_process()
225 decoder_state = SLIP_DECODER_X_DB; in btstack_slip_decoder_process()
244 switch (decoder_state){ in btstack_slip_decoder_frame_size()