Skip to content

Commit

Permalink
add version compatibility info to comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ndeadly committed Sep 16, 2024
1 parent 66fad09 commit dc9f500
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nx/include/switch/services/btm_types.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dc9f500

Please sign in to comment.