Nordic stack and drivers for the mbed BLE API

Fork of nRF51822 by Nordic Semiconductor

Files at this revision

API Documentation at this revision

Comitter:
rgrover1
Date:
Fri May 08 15:33:57 2015 +0100
Parent:
146:ebe2aa09aa13
Child:
148:a67b1b776aab
Commit message:
Synchronized with git rev 5c91df5c
Author: Rohit Grover
use correct type for applicationInstance.

Changed in this revision

btle/btle_security.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/btle/btle_security.cpp	Fri May 08 15:33:57 2015 +0100
+++ b/btle/btle_security.cpp	Fri May 08 15:33:57 2015 +0100
@@ -20,7 +20,7 @@
 #include "device_manager.h"
 #include "btle_security.h"
 
-static uint8_t applicationInstance;
+static dm_application_instance_t applicationInstance;
 static ret_code_t dm_handler(dm_handle_t const *p_handle, dm_event_t const *p_event, ret_code_t event_result);
 
 ble_error_t