typedef struct { uint8_t addr[LGATT_BD_ADDR_SIZE]; } LGATTAddress;
typedef struct { uint8_t addr[LGATT_BD_ADDR_SIZE]; } LGATTAddress;
This represents address structure for Bluetooth 4.0 devices.
LGATT.h
|
Members |
Description |
|
uint8_t addr[LGATT_BD_ADDR_SIZE]; |
The address of a Bluetooth 4.0 device. The structure of the address represents a 12-digit hexadecimal value. |