BLE Nano Code.Tested with Integrated mDot code
Dependencies: BLE_API mbed nRF51822
Fork of eco_Labs_ble_Client by
ble_common.h
- Committer:
- vidyasagarbhat
- Date:
- 2016-10-04
- Revision:
- 10:09d1a403eb14
- Child:
- 11:b8e687d97537
File content as of revision 10:09d1a403eb14:
/** ****************************************************************************** * @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 */ /******************************************************************************/