add AdvertisementType_t
This commit is contained in:
parent
c7717aa41d
commit
a655f86025
1 changed files with 7 additions and 0 deletions
|
@ -46,6 +46,13 @@ 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