projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
More endianness porting of the LUFA host mode class drivers.
[pub/USBasp.git]
/
Demos
/
Host
/
Incomplete
/
BluetoothHost
/
Lib
/
SDPServices.h
diff --git
a/Demos/Host/Incomplete/BluetoothHost/Lib/SDPServices.h
b/Demos/Host/Incomplete/BluetoothHost/Lib/SDPServices.h
index
3ec95c4
..
d580737
100644
(file)
--- a/
Demos/Host/Incomplete/BluetoothHost/Lib/SDPServices.h
+++ b/
Demos/Host/Incomplete/BluetoothHost/Lib/SDPServices.h
@@
-1,13
+1,13
@@
/*
LUFA Library
/*
LUFA Library
- Copyright (C) Dean Camera, 201
0
.
+ Copyright (C) Dean Camera, 201
1
.
dean [at] fourwalledcubicle [dot] com
dean [at] fourwalledcubicle [dot] com
- www.fourwalledcubicle.com
+ www.lufa-lib.org
*/
/*
*/
/*
- Copyright 201
0
Dean Camera (dean [at] fourwalledcubicle [dot] com)
+ Copyright 201
1
Dean Camera (dean [at] fourwalledcubicle [dot] com)
Permission to use, copy, modify, distribute, and sell this
software and its documentation for any purpose is hereby granted
Permission to use, copy, modify, distribute, and sell this
software and its documentation for any purpose is hereby granted
@@
-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. */
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-12
8
of the UUID. */
+ uint8_t E[6]; /**< Bits 80-12
7
of the UUID. */
} UUID_t;
/** Structure for the association of attribute ID values to an attribute value in FLASH. A table of these
} 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 */
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;
} Protocol;
} ItemProtocol_16BitParam_t;