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: NaturalTinyShell_ice libmDot-12Sept mbed-rtos mbed
Fork of ICE by
BLE/inc/ble_init.h
- Committer:
- jinu
- Date:
- 2016-10-28
- Revision:
- 284:cc72206ea8e0
- Parent:
- 249:68ed571e0002
File content as of revision 284:cc72206ea8e0:
/** ****************************************************************************** * @file ble_types.h * @author Happiesstminds Firmware Team * @version v1.0 * @date 4-Oct-2016 * @brief * ****************************************************************************** * @attention * * ****************************************************************************** */ #ifndef _BLE_INIT_H #define _BLE_INIT_H class BLE_INIT { public: // Member functions declaration uint8_t SendBleData(uint8_t *tx_buf, uint8_t len); uint8_t InitBLEModule(void); uint8_t SetDeviceName(void); uint8_t SetAdvertisingData(void); uint8_t SendInitBleCommand(const uint8_t *device_name); }; #endif /******************************************************************************/ /* END OF FILE */ /******************************************************************************/