Skip to content

Commit

Permalink
btm: add audio profile (#650)
Browse files Browse the repository at this point in the history
Co-authored-by: ndeadly <[email protected]>
  • Loading branch information
ndeadly and ndeadly authored Nov 24, 2024
1 parent 688e4dd commit eef44aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nx/include/switch/services/btm_types.h
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ typedef enum {
typedef enum {
BtmProfile_None = 0, ///< None
BtmProfile_Hid = 1, ///< Hid
BtmProfile_Audio = 2, ///< [13.0.0+] Audio
} BtmProfile;

/// BdName
Expand Down

0 comments on commit eef44aa

Please sign in to comment.