X-Git-Url: http://git.linex4red.de/pub/lufa.git/blobdiff_plain/3125fd5f4fe79b6acc89aea9f51b159db2dfd3ff..f5d079462dd975b9e7ae3f39423a64b6516f5dbd:/Demos/Host/Incomplete/BluetoothHost/Lib/SDPServices.c?ds=inline diff --git a/Demos/Host/Incomplete/BluetoothHost/Lib/SDPServices.c b/Demos/Host/Incomplete/BluetoothHost/Lib/SDPServices.c index 0af592e91..c6dee6639 100644 --- a/Demos/Host/Incomplete/BluetoothHost/Lib/SDPServices.c +++ b/Demos/Host/Incomplete/BluetoothHost/Lib/SDPServices.c @@ -75,15 +75,15 @@ const struct */ const struct { - uint8_t Header; - uint8_t Size; + uint8_t Header; + uint8_t Size; - ItemProtocol_t L2CAP; - ItemProtocolChannel_t RFCOMM; + ItemProtocol_t L2CAP; + ItemProtocol_8BitParam_t RFCOMM; } PROGMEM SerialPort_Attribute_ProtocolDescriptor = { (SDP_DATATYPE_Sequence | SDP_DATASIZE_Variable8Bit), - (sizeof(ItemProtocol_t) + sizeof(ItemProtocolChannel_t)), + (sizeof(ItemProtocol_t) + sizeof(ItemProtocol_8BitParam_t)), { (SDP_DATATYPE_Sequence | SDP_DATASIZE_Variable8Bit), sizeof(ItemUUID_t),