Home
last modified time | relevance | path

Searched refs:btstack_slip_decoder_init (Results 1 – 4 of 4) sorted by relevance

/btstack/src/
H A Dbtstack_slip.h84 void btstack_slip_decoder_init(uint8_t * buffer, uint16_t max_size);
H A Dbtstack_slip.c165 void btstack_slip_decoder_init(uint8_t * buffer, uint16_t max_size){ in btstack_slip_decoder_init() function
H A Dbtstack_uart_slip_wrapper.c153 btstack_slip_decoder_init(buffer, len); in btstack_uart_slip_wrapper_receive_frame()
/btstack/platform/posix/
H A Dbtstack_uart_posix.c583 btstack_slip_decoder_init(buffer, len); in btstack_uart_slip_posix_receive_frame()