mirror of
https://github.com/switchbrew/libnx.git
synced 2025-06-20 20:22:38 +02:00
btm: add audio profile
This commit is contained in:
parent
8cff58d5af
commit
66fad09623
@ -60,6 +60,7 @@ typedef enum {
|
||||
typedef enum {
|
||||
BtmProfile_None = 0, ///< None
|
||||
BtmProfile_Hid = 1, ///< Hid
|
||||
BtmProfile_Audio = 2, ///< Audio
|
||||
} BtmProfile;
|
||||
|
||||
/// BdName
|
||||
|
Loading…
Reference in New Issue
Block a user