Interface for NimBLE specific address helper functions. More...
Interface for NimBLE specific address helper functions.
Definition in file nimble_addr.h.
#include "nimble/ble.h"
 Include dependency graph for nimble_addr.h:Go to the source code of this file.
Macros | |
| #define | NIMBLE_ADDR_STRLEN (28U) | 
Length of an address string in byte, including \0 termination.  | |
Functions | |
| void | nimble_addr_print (const ble_addr_t *addr) | 
| Print the given address on STDIO.  More... | |
| void | nimble_addr_sprint (char *buf, const ble_addr_t *addr) | 
| Write the string representation of the given address into a buffer.  More... | |