
BLE Nano Code.Tested with Integrated mDot code
Dependencies: BLE_API mbed nRF51822
Fork of eco_Labs_ble_Client by
Diff: ble_common.h
- Revision:
- 10:09d1a403eb14
- Child:
- 11:b8e687d97537
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/ble_common.h Tue Oct 04 11:05:45 2016 +0000 @@ -0,0 +1,29 @@ +/** + ****************************************************************************** + * @file ble_common.h + * @author Happiesstminds Firmware Team + * @version v1.0 + * @date 4-Oct-2016 + * @brief + * + ****************************************************************************** + * @attention + * + * + ****************************************************************************** + */ + +#ifndef _BLE_COMMON_H +#define _BLE_COMMON_H + +/******************************************************************************/ +/* Typedef */ +/******************************************************************************/ +typedef void (*ble_data_ready_callback_t) (uint8_t *rx_data, uint8_t data_length); + + +#endif + +/******************************************************************************/ +/* END OF FILE */ +/******************************************************************************/ \ No newline at end of file