ST Americas mbed Team / Nucleo_BLE_API

Dependents:   Nucleo_BLE_HeartRate Nucleo_BLE_UART Nucleo_BLE_Demo Nucleo_BLE_UART

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>

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.