class BleApplicationDelegate
Defined at line 36 of file x64-shared/gen/third_party/openweave-core/src/include/BleLayer/BleApplicationDelegate.h
Platform-agnostic BLE interface
Public Methods
void NotifyWeaveConnectionClosed (void * connObj)
Weave calls this function once it closes the last BLEEndPoint associated with a BLE given connection object.
A call to this function means Weave no longer cares about the state of the given BLE connection.
The application can use this callback to e.g. close the underlying BLE conection if it is no longer needed,
decrement the connection's refcount if it has one, or perform any other sort of cleanup as desired.
void ~BleApplicationDelegate ()
Defined at line 39 of file x64-shared/gen/third_party/openweave-core/src/include/BleLayer/BleApplicationDelegate.h