X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/8252b4febd928718c4b416d7be262afa6a39075f..5993e1efe789418e3773d37aae119f48093a3439:/Demos/Host/Incomplete/BluetoothHost/Lib/ServiceDiscoveryProtocol.h diff --git a/Demos/Host/Incomplete/BluetoothHost/Lib/ServiceDiscoveryProtocol.h b/Demos/Host/Incomplete/BluetoothHost/Lib/ServiceDiscoveryProtocol.h index 397d10bff..fc0abae45 100644 --- a/Demos/Host/Incomplete/BluetoothHost/Lib/ServiceDiscoveryProtocol.h +++ b/Demos/Host/Incomplete/BluetoothHost/Lib/ServiceDiscoveryProtocol.h @@ -78,7 +78,8 @@ {.Header = (type | 5), .Size = size, .Data = __VA_ARGS__} #define SERVICE_ATTRIBUTE_32BIT_LEN(name, type, size, ...) const ServiceAttributeData32Bit_t name PROGMEM = \ {.Header = (type | 5), .Size = size, .Data = __VA_ARGS__} - + #define SERVICE_ATTRIBUTE_TABLE_TERMINATOR {.AttributeData = NULL} + /* Type Defines: */ typedef struct {