BLE_GAP_Addr_T

C

typedef struct BLE_GAP_Addr_T
{
    uint8_t                 addrType;
    uint8_t                 addr[GAP_MAX_BD_ADDRESS_LEN];
} BLE_GAP_Addr_T;

Description

Structure for Bluetooth address.

Field Documentation

FieldDescription
addrTypeAddress type indicating public or random address. Refer to Addr types for possible values.
addrDevice's Bluetooth address in Least Significant Byte (LSB) format.