ble/gatt-service: use backtick for code snippets in comments

This commit is contained in:
Christian Erhardt 2023-09-06 10:26:06 +00:00 committed by Matthias Ringwald
parent 346b3650ca
commit 67b65e8f10
9 changed files with 9 additions and 9 deletions

View File

@ -39,7 +39,7 @@
/** /**
* Implementation of the GATT Battery Service Server * Implementation of the GATT Battery Service Server
* To use with your application, add '#import <battery_service.gatt' to your .gatt file * To use with your application, add `#import <battery_service.gatt>` to your .gatt file
*/ */
#include "btstack_defines.h" #include "btstack_defines.h"

View File

@ -40,7 +40,7 @@
/** /**
* Implementation of the Device Information Service Server * Implementation of the Device Information Service Server
* *
* To use with your application, add '#import <device_information_sevice.gatt' to your .gatt file * To use with your application, add `#import <device_information_sevice.gatt>` to your .gatt file
* and call all functions below. All strings and blobs need to stay valid after calling the functions. * and call all functions below. All strings and blobs need to stay valid after calling the functions.
* *
* @note: instead of calling all setters, you can create a local copy of the .gatt file and remove * @note: instead of calling all setters, you can create a local copy of the .gatt file and remove

View File

@ -40,7 +40,7 @@
/** /**
* Implementation of the Nordic SPP-like profile * Implementation of the Nordic SPP-like profile
* *
* To use with your application, add '#import <nordic_spp_service.gatt' to your .gatt file * To use with your application, add `#import <nordic_spp_service.gatt>` to your .gatt file
* and call all functions below. All strings and blobs need to stay valid after calling the functions. * and call all functions below. All strings and blobs need to stay valid after calling the functions.
*/ */

View File

@ -56,7 +56,7 @@ extern "C" {
/** /**
* @text The Nordic SPP Service is implementation of the Nordic SPP-like profile. * @text The Nordic SPP Service is implementation of the Nordic SPP-like profile.
* *
* To use with your application, add `#import <nordic_spp_service.gatt` to your .gatt file * To use with your application, add `#import <nordic_spp_service.gatt>` to your .gatt file
* and call all functions below. All strings and blobs need to stay valid after calling the functions. * and call all functions below. All strings and blobs need to stay valid after calling the functions.
*/ */

View File

@ -40,7 +40,7 @@
/** /**
* Implementation of the Nordic SPP-like profile * Implementation of the Nordic SPP-like profile
* *
* To use with your application, add '#import <scan_parameters_service.gatt' to your .gatt file * To use with your application, add `#import <scan_parameters_service.gatt>` to your .gatt file
* and call all functions below. All strings and blobs need to stay valid after calling the functions. * and call all functions below. All strings and blobs need to stay valid after calling the functions.
*/ */

View File

@ -56,7 +56,7 @@ extern "C" {
/** /**
* @text The Scan Parameters Service enables a remote GATT Client to store the LE scan parameters it is using locally. These parameters can be utilized by the application to optimize power consumption and/or reconnection latency. * @text The Scan Parameters Service enables a remote GATT Client to store the LE scan parameters it is using locally. These parameters can be utilized by the application to optimize power consumption and/or reconnection latency.
* *
* To use with your application, add `#import <scan_parameters_service.gatt` to your .gatt file * To use with your application, add `#import <scan_parameters_service.gatt>` to your .gatt file
* and call all functions below. All strings and blobs need to stay valid after calling the functions. * and call all functions below. All strings and blobs need to stay valid after calling the functions.
*/ */

View File

@ -40,7 +40,7 @@
/** /**
* Implementation of the GATT TX Power Service Server * Implementation of the GATT TX Power Service Server
* To use with your application, add '#import <tx_power_service.gatt' to your .gatt file * To use with your application, add `#import <tx_power_service.gatt>` to your .gatt file
*/ */
#include "btstack_defines.h" #include "btstack_defines.h"

View File

@ -40,7 +40,7 @@
/** /**
* Implementation of the ublox SPP-like profile * Implementation of the ublox SPP-like profile
* *
* To use with your application, add '#import <ublox_spp_service.gatt' to your .gatt file * To use with your application, add `#import <ublox_spp_service.gatt>` to your .gatt file
* and call all functions below. All strings and blobs need to stay valid after calling the functions. * and call all functions below. All strings and blobs need to stay valid after calling the functions.
*/ */

View File

@ -56,7 +56,7 @@ extern "C" {
/** /**
* @text The u-blox SPP Service is implementation of the u-Blox SPP-like profile. * @text The u-blox SPP Service is implementation of the u-Blox SPP-like profile.
* *
* To use with your application, add `#import <ublox_spp_service.gatt` to your .gatt file * To use with your application, add `#import <ublox_spp_service.gatt>` to your .gatt file
* and call all functions below. All strings and blobs need to stay valid after calling the functions. * and call all functions below. All strings and blobs need to stay valid after calling the functions.
*/ */