Rémi Bernon (@rbernon) commented about dlls/bluetoothapis/tests/sdp.c:
+#define SDP_TYPE_DESC_INT64 (0x13) +#define SDP_TYPE_DESC_UINT64 (0xb) +#define SDP_TYPE_DESC_INT128 (0x14) +#define SDP_TYPE_DESC_UINT128 (0xc)
+#define SDP_TYPE_DESC_STR8 (0x25) +#define SDP_TYPE_DESC_STR16 (0x26) +#define SDP_TYPE_DESC_STR32 (0x27)
+#define SDP_TYPE_DESC_SEQ8 (0x35) +#define SDP_TYPE_DESC_SEQ16 (0x36) +#define SDP_TYPE_DESC_SEQ32 (0x37)
static void test_BluetoothSdpGetElementData_ints( void ) { static struct
You could probably just remove the static here and below I believe (would allow to keep the definitions in sync with the other locations they are defined).