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] 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 078c7908..54304cc9 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