Searched refs:lastFragment (Results 1 – 2 of 2) sorted by relevance
60 int16_t sl_btctrl_hci_receive(uint8_t *data, int16_t len, bool lastFragment);62 static inline int16_t hci_common_transport_receive(uint8_t *data, int16_t len, bool lastFragment) in hci_common_transport_receive() argument64 return sl_btctrl_hci_receive(data, len, lastFragment); in hci_common_transport_receive()
51 int16_t hci_common_transport_receive(uint8_t *data, int16_t len, bool lastFragment);