Searched refs:header_byte (Results 1 – 2 of 2) sorted by relevance
29 bool SignalHandler::IsBinaryMessage(uint8_t header_byte) { in IsBinaryMessage() argument31 return (header_byte & 0x0f) == 0x02; in IsBinaryMessage()34 int SignalHandler::handleMessage(uint8_t header_byte, const uint8_t* msg, in handleMessage() argument36 if (IsBinaryMessage(header_byte)) { in handleMessage()
33 bool IsBinaryMessage(uint8_t header_byte);35 int handleMessage(uint8_t header_byte, const uint8_t* msg,