WE310F5  39.00.000
M2MB_BLE_SCAN_REPORT_DATA_S Struct Reference

Structure for scan results in Central mode. More...

#include <m2mb_ble_driver.h>

Data Fields

M2MB_BLE_BD_ADDR_T BD_ADDR
 
INT8 RSSI
 
INT8 device_name [M2MB_BLE_MAX_DEVICE_NAME_LENGTH+1]
 
M2MB_BLE_ADDRESS_TYPE_T bd_addr_type
 
M2MB_BLE_ADVERTISE_EVENT_TYPE_T bd_adv_type
 
UINT8 datalen
 
UINT8 data [M2MB_BLE_ADV_DATA_SIZE]
 

Detailed Description

Structure for scan results in Central mode.

Structure for scan results in Central mode. When scan for BLE devices, the list of scanned devices information is sent to the application in this format.

Definition at line 653 of file m2mb_ble_driver.h.

Field Documentation

◆ BD_ADDR

BLE address

Definition at line 655 of file m2mb_ble_driver.h.

◆ bd_addr_type

Address type

Definition at line 658 of file m2mb_ble_driver.h.

◆ bd_adv_type

Advertisement type

Definition at line 659 of file m2mb_ble_driver.h.

◆ data

advertise data

Definition at line 661 of file m2mb_ble_driver.h.

◆ datalen

UINT8 datalen

length of advertise data

Definition at line 660 of file m2mb_ble_driver.h.

◆ device_name

Device name

Definition at line 657 of file m2mb_ble_driver.h.

◆ RSSI

INT8 RSSI

RSSI value

Definition at line 656 of file m2mb_ble_driver.h.


The documentation for this struct was generated from the following file: