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
Field | Description |
---|---|
addrType | Address type indicating public or random address. Refer to Addr types for possible values. |
addr | Device's Bluetooth address in Least Significant Byte (LSB) format. |