Knight KE / Mbed OS Game_Master
Embed: (wiki syntax)

« Back to documentation index

Gap::GapState_t Struct Reference

Gap::GapState_t Struct Reference

Description of the states of the device. More...

#include <Gap.h>

Data Fields

unsigned advertising: 1
 If set, the device is currently advertising.
unsigned connected: 1
 If set, the device is connected to at least one other peer.

Detailed Description

Description of the states of the device.

Definition at line 504 of file Gap.h.


Field Documentation

unsigned advertising

If set, the device is currently advertising.

Definition at line 508 of file Gap.h.

unsigned connected

If set, the device is connected to at least one other peer.

Definition at line 513 of file Gap.h.