typedef struct { LGATTAddress bd_addr; int32_t rssi; uint8_t eir_len; uint8_t eir[256]; } LGATTDeviceInfo;
typedef struct { LGATTAddress bd_addr; int32_t rssi; uint8_t eir_len; uint8_t eir[256]; } LGATTDeviceInfo;
This represents the information of a remote Bluetooth 4.0 peripheral device.
LGATTClient.h
|
Members |
Description |
|
LGATTAddress bd_addr; |
Address of Bluetooth 4.0 device. |
|
int32_t rssi; |
Received signal strength indication. |
|
uint8_t eir_len; |
Length of equipment identity register. |
|
uint8_t eir[256]; |
Content of equipment identity register. |