![]() |
WL865E4-P
36.07.001
|
#include <m2mb_ble_driver.h>
Data Fields | |
UINT32 | ConnectionID |
UINT32 | ConnectionStatus |
M2MB_BLE_GATT_CONNECTION_TYPE_T | ConnectionType |
M2MB_BLE_BD_ADDR_T | RemoteDevice |
UINT16 | MTU |
Definition at line 1254 of file m2mb_ble_driver.h.
UINT32 ConnectionID |
GATT connection ID.
Definition at line 1256 of file m2mb_ble_driver.h.
UINT32 ConnectionStatus |
GATT connection Status.
Definition at line 1258 of file m2mb_ble_driver.h.
M2MB_BLE_GATT_CONNECTION_TYPE_T ConnectionType |
GATT connection type.
Definition at line 1260 of file m2mb_ble_driver.h.
UINT16 MTU |
Maximum Transmission Unit (MTU) for the connection.
Definition at line 1264 of file m2mb_ble_driver.h.
M2MB_BLE_BD_ADDR_T RemoteDevice |
Remote device address.
Definition at line 1262 of file m2mb_ble_driver.h.