Searched refs:on_byte (Results 1 – 4 of 4) sorted by relevance
22 ByteObserver::ByteObserver(const std::function<void(uint8_t)>& on_byte, const std::function<uint64_… in ByteObserver() argument23 : on_byte_(on_byte), get_value_(get_value) {} in ByteObserver()
40 void ByteInserter::on_byte(uint8_t byte) { in on_byte() function in bluetooth::packet::ByteInserter47 on_byte(byte); in insert_byte()
41 void on_byte(uint8_t);
35 on_byte(new_byte); in insert_bits()