remove extraneous declaration of AdvertisementType_t
This commit is contained in:
parent
c577e02eaf
commit
0a59dd0c84
1 changed files with 0 additions and 7 deletions
|
@ -47,13 +47,6 @@ public:
|
|||
ADV_NONCONN_IND = 0x03, /**< Non connectable undirected. */
|
||||
};
|
||||
|
||||
enum AdvertisementType_t {
|
||||
ADV_IND = 0x00, /**< Connectable undirected. */
|
||||
ADV_DIRECT_IND = 0x01, /**< Connectable directed. */
|
||||
ADV_SCAN_IND = 0x02, /**< Scannable undirected. */
|
||||
ADV_NONCONN_IND = 0x03, /**< Non connectable undirected. */
|
||||
};
|
||||
|
||||
/**
|
||||
* Enumeration for disconnection reasons. The values for these reasons are
|
||||
* derived from Nordic's implementation; but the reasons are meant to be
|
||||
|
|
Loading…
Reference in a new issue