From 66fad09623b7aae0a67573e9174219927069aa3d Mon Sep 17 00:00:00 2001 From: ndeadly <24677491+ndeadly@users.noreply.github.com> Date: Thu, 12 Sep 2024 12:11:19 +0200 Subject: [PATCH 1/2] btm: add audio profile --- nx/include/switch/services/btm_types.h | 1 + 1 file changed, 1 insertion(+) diff --git a/nx/include/switch/services/btm_types.h b/nx/include/switch/services/btm_types.h index 078c7908f..54304cc97 100644 --- a/nx/include/switch/services/btm_types.h +++ b/nx/include/switch/services/btm_types.h @@ -60,6 +60,7 @@ typedef enum { typedef enum { BtmProfile_None = 0, ///< None BtmProfile_Hid = 1, ///< Hid + BtmProfile_Audio = 2, ///< Audio } BtmProfile; /// BdName From dc9f50056a2a888e5b5cb23e615b01f4a5f58240 Mon Sep 17 00:00:00 2001 From: ndeadly <24677491+ndeadly@users.noreply.github.com> Date: Mon, 16 Sep 2024 09:16:40 +0200 Subject: [PATCH 2/2] add version compatibility info to comment --- nx/include/switch/services/btm_types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nx/include/switch/services/btm_types.h b/nx/include/switch/services/btm_types.h index 54304cc97..fd39e1d31 100644 --- a/nx/include/switch/services/btm_types.h +++ b/nx/include/switch/services/btm_types.h @@ -60,7 +60,7 @@ typedef enum { typedef enum { BtmProfile_None = 0, ///< None BtmProfile_Hid = 1, ///< Hid - BtmProfile_Audio = 2, ///< Audio + BtmProfile_Audio = 2, ///< [13.0.0+] Audio } BtmProfile; /// BdName