From fa5d1d811404ea8d7cb6f118bc1104a149b27849 Mon Sep 17 00:00:00 2001 From: "F. Duncanh" Date: Wed, 31 May 2023 04:59:14 -0400 Subject: [PATCH] Disable "SupportsLegacyPairing" to allow fast connections (thanks @shuax) --- lib/dnssdint.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/dnssdint.h b/lib/dnssdint.h index 9a4dbc3..dfb475a 100644 --- a/lib/dnssdint.h +++ b/lib/dnssdint.h @@ -24,8 +24,8 @@ #define RAOP_CN "0,1,2,3" /* Audio codec: PCM, ALAC, AAC, AAC ELD */ #define RAOP_ET "0,3,5" /* Encryption type: None, FairPlay, FairPlay SAPv2.5 */ #define RAOP_VV "2" -#define FEATURES_1 "0x5A7FFEE6" /* first 32 bits of features, with bit 27 ("supports legacy pairing") ON */ -//#define FEATURES_1 "0x527FFEE6" /* first 32 bits of features, with bit 27 ("supports legacy pairing") OFF */ +//#define FEATURES_1 "0x5A7FFEE6" /* first 32 bits of features, with bit 27 ("supports legacy pairing") ON */ +#define FEATURES_1 "0x527FFEE6" /* first 32 bits of features, with bit 27 ("supports legacy pairing") OFF */ #define FEATURES_2 "0x0" /* second 32 bits of features */ #define RAOP_FT FEATURES_1 "," FEATURES_2 #define RAOP_RHD "5.6.0.0"