High level Bluetooth Low Energy API and radio abstraction layer
Fork of BLE_API by
Diff: public/Gap.h
- Revision:
- 449:c4c27f2b9c99
- Parent:
- 446:4fdb01767cff
- Child:
- 451:e98554c2f7de
--- a/public/Gap.h Fri Jun 19 15:51:56 2015 +0100 +++ b/public/Gap.h Fri Jun 19 15:51:57 2015 +0100 @@ -77,6 +77,11 @@ uint16_t connectionSupervisionTimeout; /**< Connection Supervision Timeout in 10 ms units, see @ref BLE_GAP_CP_LIMITS.*/ } ConnectionParams_t; + enum Role_t { + PERIPHERAL = 0x1, /**< Peripheral Role. */ + CENTRAL = 0x2, /**< Central Role. */ + }; + enum SecurityMode_t { SECURITY_MODE_NO_ACCESS, SECURITY_MODE_ENCRYPTION_OPEN_LINK, /**< require no protection, open link. */