Searched refs:mac_bytes (Results 1 – 1 of 1) sorted by relevance
10 static inline void esp_hosted_mac_to_str(const uint8_t *mac_bytes, uint8_t *mac_str) in esp_hosted_mac_to_str() argument15 *mac_str++ = hex[(mac_bytes[i] >> 4) & 0x0F]; in esp_hosted_mac_to_str()16 *mac_str++ = hex[mac_bytes[i] & 0x0F]; in esp_hosted_mac_to_str()23 static inline void esp_hosted_str_to_mac(const uint8_t *mac_str, uint8_t *mac_bytes) in esp_hosted_str_to_mac() argument38 *mac_bytes++ = byte; in esp_hosted_str_to_mac()
Completed in 5 milliseconds