joey shelton / LED_Demo

Dependencies:   MAX44000 PWM_Tone_Library nexpaq_mdk

Fork of LED_Demo by Maxim nexpaq

Embed: (wiki syntax)

« Back to documentation index

Gap::GapState_t Struct Reference

Gap::GapState_t Struct Reference

Describes the current state of the device (more than one bit can be set). More...

#include <Gap.h>

Data Fields

unsigned advertising: 1
 Peripheral is currently advertising.
unsigned connected: 1
 Peripheral is connected to a central.

Detailed Description

Describes the current state of the device (more than one bit can be set).

Definition at line 166 of file Gap.h.


Field Documentation

unsigned advertising

Peripheral is currently advertising.

Definition at line 167 of file Gap.h.

unsigned connected

Peripheral is connected to a central.

Definition at line 168 of file Gap.h.