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: mbed-rtos mbed mbed_fota_fan_control
Fork of mbed_fota_fan_control by
Diff: dialog_fota/gapc_task.h
- Revision:
- 9:fcf91f563147
- Parent:
- 5:e11b23f9aacc
- Child:
- 10:18044afe4364
diff -r 9eec2c246a85 -r fcf91f563147 dialog_fota/gapc_task.h --- a/dialog_fota/gapc_task.h Thu Aug 20 05:16:55 2015 +0000 +++ b/dialog_fota/gapc_task.h Mon Aug 24 02:29:16 2015 +0000 @@ -4,7 +4,16 @@ #include "dialog_fota_config.h" #include "gap.h" +/** + **************************************************************************************** + * @addtogroup dialog_fota module + * @brief Generic Access Profile Controller Header. + * + * @{ + **************************************************************************************** + */ namespace sevencore_fota{ + /// GAP Controller Task messages enum gapc_msg_id { @@ -241,4 +250,7 @@ }; }//namespace + +/// @} dialog_fota module + #endif//GAPC_TASK_H