Pair function with BLE_Paired_Client. If missing BLE_Paired_Server side, Client side of BZ will ON for notice.

Dependencies:   BLE_API mbed nRF51822 nRF51_LowPwr nRF51_Vdd

Fork of BLE_GATT_Example by Bluetooth Low Energy

Revision:
24:391e76b51b21
Parent:
23:f826de46d652
--- a/main.cpp	Wed Jun 01 12:37:52 2016 +0000
+++ b/main.cpp	Sun Jun 12 12:39:38 2016 +0000
@@ -5,7 +5,7 @@
  *      http://mbed.org/users/kenjiArai/
  *
  *      Started:  April     5th, 2016
- *      Revised:  June      1st, 2016
+ *      Revised:  June     12th, 2016
  *
  *  Original program:
  *      BLE_GATT_Example
@@ -25,7 +25,7 @@
 //  Before using this function, please specify your program are used following functions or not.
 #define    USE_DEVICE_STDIO_MESSAGES       0   // printf
 #define    USE_DEVICE_SERIAL               0   // Serial or DEBUG & etc.
-#define    USE_DEVICE_I2C                  1   // Sensors with I2C, LCD, EEPROM, Driver chips & etc.
+#define    USE_DEVICE_I2C                  0   // Sensors with I2C, LCD, EEPROM, Driver chips & etc.
 #define    USE_DEVICE_SPI                  0   // Sensors with SOI, LCD, EEPROM, Driver chips & etc.
 #define    USE_DEVICE_SPISLAVE             0   // Communication with master vis SPI
 #define    USE_DEVICE_PWMOUT               0   // PWM duty output, Serve & etc.