Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
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