[docs] updating Doxygen tags for ble module (#2777)

This commit is contained in:
Jeff Bumgardner
2018-06-11 13:07:14 -07:00
committed by Jonathan Hui
parent 139b2da408
commit 13667b0499
2 changed files with 6 additions and 4 deletions
+1
View File
@@ -135,6 +135,7 @@ extern "C" {
* @{
*
* @defgroup plat-alarm Alarm
* @defgroup plat-ble BLE Host
* @defgroup plat-factory-diagnostics Factory Diagnostics
* @defgroup plat-logging Logging
* @defgroup plat-memory Memory
+5 -4
View File
@@ -28,7 +28,9 @@
/**
* @file
* @brief
* This file defines a generic OpenThread BLE driver HOST interface.
*
*/
#ifndef OT_PLATFORM_BLE_H_
@@ -43,8 +45,7 @@ extern "C" {
#include <openthread/types.h>
/**
* @defgroup ble BLE Host
* @ingroup platform
* @addtogroup plat-ble
*
* @brief
* This module includes the platform abstraction for BLE Host communication.
@@ -850,10 +851,10 @@ otError otPlatBleGattClientCharacteristicsDiscover(otInstance *aInstance, uint16
* The BLE driver calls this method to notify OpenThread that GATT Characteristic
* Discovery of a service has been done.
*
* @note This function shall be used only for GATT Client.
*
* In case of success, all elements inside @p aChars should have a valid mHandleValue value.
*
* @note This function shall be used only for GATT Client.
*
* @param[in] aInstance The OpenThread instance structure.
* @param[in] aChars A pointer to discovered characteristic list.
* @param[in] aCount Number of characteristics in @p aChar list.