1.1.2.1.1.3.1 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
Bluetooth address.
Field Documentation
Field | Description |
---|---|
addrType | See Addr type. |
addr | Bluetooth address, LSB format. |