Go to the documentation of this file.
21 #ifndef NET_BLUETIL_ADDR_H
22 #define NET_BLUETIL_ADDR_H
35 #define BLUETIL_ADDR_STRLEN (18U)
40 #define BLUETIL_IPV6_IID_STRLEN (28U)
void bluetil_addr_ipv6_l2ll_sprint(char *out, const uint8_t *addr)
Get a string representation of the given BLE addresses IID-based link local address.
General BLE values as defined by the BT standard.
void bluetil_addr_ipv6_l2ll_print(const uint8_t *addr)
Dump the given BLE addresses IPv6 IID-based link local address to STDIO.
uint8_t * bluetil_addr_from_str(uint8_t *addr, const char *addr_str)
Parse a BLE address from the given string.
void bluetil_addr_sprint(char *out, const uint8_t *addr)
Convert the given BLE address to a human readable string.
void bluetil_addr_swapped_cp(const uint8_t *src, uint8_t *dst)
Copy address and swap the byte order in the target buffer.
void bluetil_addr_print(const uint8_t *addr)
Print the given BLE address to STDOUT.