Searched refs:OnByte (Results 1 – 3 of 3) sorted by relevance
25 void ByteObserver::OnByte(uint8_t byte) { in OnByte() function in bluetooth::packet::ByteObserver
29 void OnByte(uint8_t byte);
43 observer.OnByte(byte); in on_byte()