WallbotBLE default code

Dependencies:   mbed

Fork of BLE_WallbotBLE_Challenge by Wallbot BLE Developer

Embed: (wiki syntax)

« Back to documentation index

Gap Class Reference

Gap Class Reference

The base class used to abstract GAP functionality to a specific radio transceiver, SOC or BLE Stack. More...

#include <Gap.h>

Inherited by nRF51Gap.

Public Types

enum  DisconnectionReason_t
 

enumeration for disconnection reasons.

More...

Detailed Description

The base class used to abstract GAP functionality to a specific radio transceiver, SOC or BLE Stack.

Definition at line 33 of file Gap.h.


Member Enumeration Documentation

enumeration for disconnection reasons.

The values for these reasons are derived from Nordic's implementation; but the reasons are meant to be independent of the transport. If you are returned a reason which is not covered by this enumeration, then please refer to the underlying transport library.

Definition at line 50 of file Gap.h.