Bluetooth search result structure.

Syntax

typedef volatile struct
{
    int count;
    BLT_DISCOVER_DEVICE_INFO *dev_info;
} BLT_DISCOVER_RESULT;

Members

count
Number of members of the array.
dev_info
Pointer to an array of BLT_DISCOVER_DEVICE_INFO struncture.

Remarks

A structure that stores the results of the BltFetchDiscovery function.

Requirements

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

Last updated: 2021/04/12