Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: LinkNode_SimpleChatwithSerial
Fork of BLE_API by
Diff: ble/blecommon.h
- Revision:
- 737:79d95f9b93be
- Parent:
- 728:997ba5e7b3b6
- Child:
- 854:ad4ae73c2b5a
--- a/ble/blecommon.h Mon Jul 06 10:10:35 2015 +0100
+++ b/ble/blecommon.h Mon Jul 06 10:10:35 2015 +0100
@@ -129,6 +129,11 @@
/** @brief Default MTU size. */
static const unsigned BLE_GATT_MTU_SIZE_DEFAULT = 23;
+enum HVXType_t {
+ BLE_HVX_NOTIFICATION = 0x01, /**< Handle Value Notification. */
+ BLE_HVX_INDICATION = 0x02, /**< Handle Value Indication. */
+};
+
#ifdef __cplusplus
}
#endif
