X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/0210fa5648b1ed65caa384f966ac40b4ecc489ae..7dffa15c1670806cc053b9930f341b53e30f7384:/Demos/Host/Incomplete/BluetoothHost/Lib/SDPServices.h?ds=inline diff --git a/Demos/Host/Incomplete/BluetoothHost/Lib/SDPServices.h b/Demos/Host/Incomplete/BluetoothHost/Lib/SDPServices.h index 35d536a13..d580737a0 100644 --- a/Demos/Host/Incomplete/BluetoothHost/Lib/SDPServices.h +++ b/Demos/Host/Incomplete/BluetoothHost/Lib/SDPServices.h @@ -70,7 +70,7 @@ uint16_t B; /**< Bits 32-47 of the UUID. */ uint16_t C; /**< Bits 48-63 of the UUID. */ uint16_t D; /**< Bits 64-79 of the UUID. */ - uint8_t E[6]; /**< Bits 80-128 of the UUID. */ + uint8_t E[6]; /**< Bits 80-127 of the UUID. */ } UUID_t; /** Structure for the association of attribute ID values to an attribute value in FLASH. A table of these @@ -152,7 +152,7 @@ struct { ItemUUID_t UUID; /**< UUID to store in the protocol list Data Element sequence */ - Item16Bit_t Channel; /**< 8-Bit Parameter associated with the service */ + Item16Bit_t Channel; /**< 16-Bit Parameter associated with the service */ } Protocol; } ItemProtocol_16BitParam_t;