![]() |
WE310F5
39.00.000
|
Structure for scan results in Central mode. More...
#include <m2mb_ble_driver.h>
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.
M2MB_BLE_BD_ADDR_T BD_ADDR |
BLE address
Definition at line 655 of file m2mb_ble_driver.h.
M2MB_BLE_ADDRESS_TYPE_T bd_addr_type |
Address type
Definition at line 658 of file m2mb_ble_driver.h.
M2MB_BLE_ADVERTISE_EVENT_TYPE_T bd_adv_type |
Advertisement type
Definition at line 659 of file m2mb_ble_driver.h.
UINT8 data[M2MB_BLE_ADV_DATA_SIZE] |
advertise data
Definition at line 661 of file m2mb_ble_driver.h.
UINT8 datalen |
length of advertise data
Definition at line 660 of file m2mb_ble_driver.h.
INT8 device_name[M2MB_BLE_MAX_DEVICE_NAME_LENGTH+1] |
Device name
Definition at line 657 of file m2mb_ble_driver.h.
INT8 RSSI |
RSSI value
Definition at line 656 of file m2mb_ble_driver.h.