mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-30 06:32:43 +00:00
bluetooth_gatt: avoid // in /* .. */ comment
This commit is contained in:
parent
c824d78c0a
commit
e3b79769a6
@ -60,7 +60,8 @@
|
||||
#define ORG_BLUETOOTH_SERVICE_WEIGHT_SCALE 0x181D // Weight Scale
|
||||
|
||||
/**
|
||||
* Assigned numbers, manually added from btprodspecificationrefs.blob.core.windows.net/assigned-values/16-bit%20UUID%20Numbers%20Document.pdf
|
||||
* Assigned numbers, manually added from:
|
||||
* btprodspecificationrefs.blob.core.windows.net/assigned-values/16-bit%20UUID%20Numbers%20Document.pdf
|
||||
* and processed with tool: bluetooth_gatt_process_uuid_list.py
|
||||
*/
|
||||
#define ORG_BLUETOOTH_SERVICE_AUDIO_INPUT_CONTROL 0x1843 // Audio Input Control
|
||||
@ -315,7 +316,7 @@
|
||||
|
||||
/**
|
||||
* Assigned numbers, manually added from:
|
||||
* https://btprodspecificationrefs.blob.core.windows.net/assigned-values/16-bit%20UUID%20Numbers%20Document.pdf
|
||||
* btprodspecificationrefs.blob.core.windows.net/assigned-values/16-bit%20UUID%20Numbers%20Document.pdf
|
||||
* and processed with tool: bluetooth_gatt_process_uuid_list.py
|
||||
*/
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user