class BLEEndPoint

Defined at line 57 of file x64-shared/gen/third_party/openweave-core/src/include/BleLayer/BLEEndPoint.h

Public Members

 mState
OnConnectCompleteFunct OnConnectComplete
OnMessageReceivedFunct OnMessageReceived
OnConnectionClosedFunct OnConnectionClosed

Public Methods

BLE_ERROR Send (PacketBuffer * data)

Public functions:

BLE_ERROR Receive (PacketBuffer * data)
BLE_ERROR StartConnect ()
bool IsUnsubscribePending ()
void Close ()
void Abort ()

Enumerations

enum 
Name Value
kState_Ready 0
kState_Connecting 1
kState_Aborting 2
kState_Connected 3
kState_Closing 4
kState_Closed 5

Public data members:

Defined at line 69 of file x64-shared/gen/third_party/openweave-core/src/include/BleLayer/BLEEndPoint.h

Friends

class BleEndPointPool
class BleLayer