Skip to content

Commit

Permalink
btm: add audio profile
Browse files Browse the repository at this point in the history
  • Loading branch information
ndeadly committed Sep 12, 2024
1 parent 8cff58d commit 66fad09
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, ///< Audio
} BtmProfile;

/// BdName
Expand Down

0 comments on commit 66fad09

Please sign in to comment.