MT2523 API Reference
LinkIt SDK v4
|
This structure defines the associated parameter type in the callback for BT_GAP_LE_ADVERTISING_REPORT_IND event. More...
#include <bt_gap_le.h>
Data Fields | |
bt_gap_le_adv_report_evt_type_t | event_type |
Event type. More... | |
bt_addr_t | address |
The address of the advertiser sending an advertisement. More... | |
bt_addr_t | direct_address |
The address to send the directed advertisement. More... | |
int8_t | rssi |
The RSSI value. More... | |
uint8_t | data_length |
Length of the data. More... | |
uint8_t | data [0x1F] |
Content of the advertisement data. More... | |
This structure defines the associated parameter type in the callback for BT_GAP_LE_ADVERTISING_REPORT_IND event.
Advertising report indication, an event sent to the application after receiving the advertising report from the remote device. Enable the scan to receive an advertising report. Please refer to the bt_gap_le_set_scan() API.
bt_addr_t address |
The address of the advertiser sending an advertisement.
uint8_t data[0x1F] |
Content of the advertisement data.
uint8_t data_length |
Length of the data.
bt_addr_t direct_address |
The address to send the directed advertisement.
bt_gap_le_adv_report_evt_type_t event_type |
Event type.
int8_t rssi |
The RSSI value.