![]() |
WE310F5
39.00.000
|
Structure to store BLE address. More...
#include <m2mb_ble_driver.h>
Data Fields | |
UINT8 | BD_ADDR0 |
UINT8 | BD_ADDR1 |
UINT8 | BD_ADDR2 |
UINT8 | BD_ADDR3 |
UINT8 | BD_ADDR4 |
UINT8 | BD_ADDR5 |
Structure to store BLE address.
Structure for storing BLE MAC address. IF In BLE MAC Addr = 0xAABBCCDDEEFF, then BD_ADDR0 = 0xAA and BD_ADDR5 = 0xFF.
Definition at line 364 of file m2mb_ble_driver.h.
UINT8 BD_ADDR0 |
Byte 0
Definition at line 366 of file m2mb_ble_driver.h.
UINT8 BD_ADDR1 |
Byte 1
Definition at line 367 of file m2mb_ble_driver.h.
UINT8 BD_ADDR2 |
Byte 2
Definition at line 368 of file m2mb_ble_driver.h.
UINT8 BD_ADDR3 |
Byte 3
Definition at line 369 of file m2mb_ble_driver.h.
UINT8 BD_ADDR4 |
Byte 4
Definition at line 370 of file m2mb_ble_driver.h.
UINT8 BD_ADDR5 |
Byte 5
Definition at line 371 of file m2mb_ble_driver.h.