fork test

Dependencies:   BLE_API WIFI_API_32kRAM mbed nRF51822

Fork of NNN40_CLI by Delta

CLI_Source/ble_cli.h

Committer:
gillwei7
Date:
2015-09-11
Revision:
0:5c195ab2f696
Child:
3:38ec8ad317f4

File content as of revision 0:5c195ab2f696:

/*
 * ble-cli.h
 * Copyright 2014 by Delta Corporation. All rights reserved.
 */
#ifdef __cplusplus
extern "C" {
#endif 
#include "command-interpreter.h" 
#include "ble.h" 
	
void ble_on_ble_evt(ble_evt_t * p_ble_evt);
extern CyntecCommandEntry bleCommandSets[];
extern void cyntecCLIAppInit(void);

#ifdef __cplusplus
}
#endif