Nordic stack and drivers for the mbed BLE API. Version to work around build bug.

Dependents:   microbit_rubber_ducky microbit_mouse_BLE microbit_mouse_BLE_daybreak_version microbit_presenter

Fork of nRF51822 by Nordic Semiconductor

Revision:
161:6712855a0107
Parent:
160:7d04579fdb2a
Child:
165:67fcad70785a
--- a/btle/btle.cpp	Fri May 08 15:33:59 2015 +0100
+++ b/btle/btle.cpp	Fri May 08 15:33:59 2015 +0100
@@ -146,6 +146,10 @@
             break;
         }
 
+        case BLE_GAP_EVT_PASSKEY_DISPLAY:
+            nRF51Gap::getInstance().processPasskeyDisplayEvent(p_ble_evt->evt.gap_evt.conn_handle, p_ble_evt->evt.gap_evt.params.passkey_display.passkey);
+            break;
+
         case BLE_GAP_EVT_TIMEOUT:
             if (p_ble_evt->evt.gap_evt.params.timeout.src == BLE_GAP_TIMEOUT_SRC_ADVERTISING) {
                 nRF51Gap::getInstance().processEvent(GapEvents::GAP_EVENT_TIMEOUT);