Lines Matching refs:loghex
46 return "Unknown CType: " + loghex((uint8_t)type); in CTypeText()
61 return "Unknown Opcode: " + loghex((uint8_t)opcode); in OpcodeText()
80 return "Unknown Command PDU: " + loghex((uint8_t)pdu); in CommandPduText()
92 return "Unknown Packet Type: " + loghex((uint8_t)type); in PacketTypeText()
105 return "Unknown Capability: " + loghex((uint8_t)cap); in CapabilityText()
125 return "Unknown Event: " + loghex((uint8_t)event); in EventText()
144 return "Unknown Attribute Value: " + loghex((uint32_t)attr); in AttributeText()
178 return "Unknown Status: " + loghex((uint8_t)status); in StatusText()
193 return "Unknown Browse PDU: " + loghex((uint8_t)pdu); in BrowsePduText()
208 return "Unknown Scope: " + loghex((uint8_t)scope); in ScopeText()
221 return "Unknown Direction: " + loghex((uint8_t)dir); in DirectionText()
234 return "Unknown KeyState: " + loghex((uint8_t)state); in KeyStateText()