fork test

Dependencies:   BLE_API WIFI_API_32kRAM mbed nRF51822

Fork of NNN40_CLI by Delta

CLI_Source/ble_cli.h

Committer:
gillwei7
Date:
2016-09-08
Revision:
16:fb86721db53d
Parent:
7:33214585c606

File content as of revision 16:fb86721db53d:

/*
 * ble-cli.h
 * Copyright 2014 by Delta Corporation. All rights reserved.
 */
//#ifdef __cplusplus  
//extern "C" {
//#endif 

//#ifdef __cplusplus
//}
//#endif

#include <stdio.h>
#include <stdlib.h>
#include <stdint.h>
#include "mbed.h"
#include "BLE.h"
#include "Gap.h"
#include "nrf_gpio.h"
#include "nrf_soc.h"
//#include "ble_hci.h"
#include "app_error.h"
#include "PinNames.h"
extern "C" {
#include "ble_advdata.h"
}
#include "ble/GattCharacteristic.h"
#include "ble/UUID.h"
#include "ble/DiscoveredCharacteristic.h"
#include "ble/DiscoveredService.h"
#include "command-interpreter.h" 
extern CyntecCommandEntry bleCommandSets[]; //for core_cli.cpp