BLE_API_Tiny_BLE
Fork of BLE_API by
Revision 401:2f90d20cfced, committed 2015-05-13
- Comitter:
- rgrover1
- Date:
- Wed May 13 08:51:10 2015 +0100
- Parent:
- 400:868801af787c
- Child:
- 402:0e714ad205b4
- Commit message:
- Synchronized with git rev 0a59dd0c
Author: Rohit Grover
remove extraneous declaration of AdvertisementType_t
Changed in this revision
public/Gap.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/public/Gap.h Wed May 13 08:51:09 2015 +0100 +++ b/public/Gap.h Wed May 13 08:51:10 2015 +0100 @@ -47,13 +47,6 @@ 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