Loading...
Searching...
No Matches
nimble_addr.h File Reference

Interface for NimBLE specific address helper functions. More...

Detailed Description

Interface for NimBLE specific address helper functions.

Author
Hauke Petersen hauke.nosp@m..pet.nosp@m.ersen.nosp@m.@fu-.nosp@m.berli.nosp@m.n.de

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.
 
void nimble_addr_sprint (char *buf, const ble_addr_t *addr)
 Write the string representation of the given address into a buffer.