![]() |
MT2523 API Reference
LinkIt SDK v4
|
This structure defines the BT_GAP_INQUIRY_IND event parameter type. More...
#include <bt_gap.h>
Data Fields | |
| const bt_bd_addr_t * | address |
| Address of a remote device. More... | |
| uint32_t | cod |
| The class of a remote device with a range from 0 to 0xFFFFFF. More... | |
| const uint8_t * | rssi |
| A pointer to the RSSI, it can be NULL. More... | |
| const uint8_t * | eir |
| A pointer to the EIR information, it can be NULL. More... | |
This structure defines the BT_GAP_INQUIRY_IND event parameter type.
| const bt_bd_addr_t* address |
Address of a remote device.
| uint32_t cod |
The class of a remote device with a range from 0 to 0xFFFFFF.
| const uint8_t* eir |
A pointer to the EIR information, it can be NULL.
The maximum length of EIR is 240 bytes.
| const uint8_t* rssi |
A pointer to the RSSI, it can be NULL.
The RSSI length is 1 byte with a range from -127 to 20.