From 1e58e69c59fc10042be42a2f734ef5627613d3ee Mon Sep 17 00:00:00 2001 From: bbedward Date: Thu, 23 Oct 2025 12:57:50 -0400 Subject: [PATCH] fix dms subscription --- Services/DMSService.qml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Services/DMSService.qml b/Services/DMSService.qml index eb995b11..68edde93 100644 --- a/Services/DMSService.qml +++ b/Services/DMSService.qml @@ -218,10 +218,7 @@ Singleton { function sendSubscribeRequest() { const request = { - "method": "subscribe", - "params": { - "services": ["bluetooth", "bluetooth.pairing"] - } + "method": "subscribe" } if (verboseLogs) {