mirror of
https://github.com/espressif/openthread.git
synced 2026-07-29 07:07:47 +00:00
[docs] updating Doxygen tags for ble module (#2777)
This commit is contained in:
committed by
Jonathan Hui
parent
139b2da408
commit
13667b0499
@@ -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
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user