btm: add audio profile (#650)

Co-authored-by: ndeadly <24677491+ndeadly@users.noreply.github.com>
This commit is contained in:
ndeadly 2024-11-25 00:31:32 +01:00 committed by GitHub
parent 688e4dd14e
commit eef44aa5e1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -60,6 +60,7 @@ typedef enum {
typedef enum { typedef enum {
BtmProfile_None = 0, ///< None BtmProfile_None = 0, ///< None
BtmProfile_Hid = 1, ///< Hid BtmProfile_Hid = 1, ///< Hid
BtmProfile_Audio = 2, ///< [13.0.0+] Audio
} BtmProfile; } BtmProfile;
/// BdName /// BdName