==== Environment ======
1. frdmkw38 board
2. ble_shell_freertos [BLE central]
3. wireless_uart_freertos[BLE peripheral]
======================
I am going to make a bi-directional communication BLE system with a security pairing base.
The Central system is based on [ble_shell example code].
The Peripheral system is based on [wiereless_uart example code]. (you can recommend other simple example code).
I want to now how to set or control on central side. [shell commands base]
It I have to manipulate the code please tell me.
With the upper environment. I going to make a [Security Pairing Connection].
================
gatt_uuid128.h [make same]
gatt_db.h [all same except value_device_name]
== app_preinclude.h =========
#define gAppMaxConnections_c (1U)
#define gAppUseBonding_d 0
#define gAppUsePairing_d 1
#define gAppUsePrivacy_d 0
#define gPasskeyValue_c 999999
=======================
<adv param in peripheral>

<gScanParams>

<gConnReqParams & gPairingParameters>

<smpkeys & security params>


