Detailed information for each BD address.

Syntax

typedef volatile struct
{
    char bd_address[BLT_BD_ADDR_LEN+1];
    char active;
    int rssi;
    int rssi_raw;
    unsigned int last_detected;
} BLT_DISCOVER_DEVICE_INFO;

Members

bd_address
The address of the detected bluetooth device.
active
TRUE: the device keeps responding. FALSE: Not responding now.
rssi
Signal level. Moving average of last two values.
rssi_raw
Raw signal level.
last_detected
Tick count value when the last value is detected.

Remarks

A structure that stores the results of the BltFetchDiscovery function.
A member structure of BLT_DISCOVER_RESULT .

Requirements

Header file:
lib.h
Library file:
libSTARTUPOPH5000.a

Last updated: 2021/04/12