BLE_API
v2.1.3
|
BLE Event Scan Report Parameter. More...
#include <ble_cmd.h>
Data Fields | |
BleAdvType | rptType |
BLE_Addr_Param | rptPeerAddr |
uint8_t | rptDataLength |
uint8_t | rptData [31] |
int8_t | rptRssi |
BLE Event Scan Report Parameter.
uint8_t BLE_Event_ScanReportParam::rptData[31] |
Received advertising or scan response data.
uint8_t BLE_Event_ScanReportParam::rptDataLength |
Received advertising or scan response data length.
BLE_Addr_Param BLE_Event_ScanReportParam::rptPeerAddr |
Remote device address type and address.
int8_t BLE_Event_ScanReportParam::rptRssi |
Received Signal Strength Indication in dBm.
BleAdvType BLE_Event_ScanReportParam::rptType |