mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-02-23 00:39:51 +00:00
ble/gatt-service: use backtick for code snippets in comments
This commit is contained in:
parent
346b3650ca
commit
67b65e8f10
@ -39,7 +39,7 @@
|
||||
|
||||
/**
|
||||
* 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"
|
||||
|
@ -40,7 +40,7 @@
|
||||
/**
|
||||
* 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.
|
||||
*
|
||||
* @note: instead of calling all setters, you can create a local copy of the .gatt file and remove
|
||||
|
@ -40,7 +40,7 @@
|
||||
/**
|
||||
* 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.
|
||||
*/
|
||||
|
||||
|
@ -56,7 +56,7 @@ extern "C" {
|
||||
/**
|
||||
* @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.
|
||||
*/
|
||||
|
||||
|
@ -40,7 +40,7 @@
|
||||
/**
|
||||
* 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.
|
||||
*/
|
||||
|
||||
|
@ -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.
|
||||
*
|
||||
* 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.
|
||||
*/
|
||||
|
||||
|
@ -40,7 +40,7 @@
|
||||
|
||||
/**
|
||||
* 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"
|
||||
|
@ -40,7 +40,7 @@
|
||||
/**
|
||||
* 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.
|
||||
*/
|
||||
|
||||
|
@ -56,7 +56,7 @@ extern "C" {
|
||||
/**
|
||||
* @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.
|
||||
*/
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user