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: BLE_ANCS_SDAPI BLE_temperature BLE_HeartRate writable_gatt ... more
Diff: btle/custom/custom_helper.h
- Revision:
- 131:b21411170d00
- Parent:
- 129:7cf48219e771
- Child:
- 145:9f88997021a1
--- a/btle/custom/custom_helper.h Fri May 08 15:33:55 2015 +0100
+++ b/btle/custom/custom_helper.h Fri May 08 15:33:55 2015 +0100
@@ -20,6 +20,7 @@
#include "common/common.h"
#include "ble.h"
#include "UUID.h"
+#include "GattCharacteristic.h"
#ifdef __cplusplus
extern "C" {
@@ -33,6 +34,7 @@
error_t custom_add_in_characteristic(uint16_t service_handle,
ble_uuid_t *p_uuid,
uint8_t properties,
+ GattCharacteristic::ble_gatt_char_required_security_t requiredSecurity,
uint8_t *p_data,
uint16_t min_length,
uint16_t max_length,

