fix(bt): Enable use of RESERVED bits in COD (GitHub PR)

This commit is contained in:
WebDust21
2024-07-31 21:40:03 -04:00
committed by BOT
parent a1e45ac2cc
commit 913eca40ef
2 changed files with 3 additions and 1 deletions
@@ -469,7 +469,7 @@ typedef enum {
/* the COD masks */
#define BTM_COD_FORMAT_TYPE_MASK 0x03
#define BTM_COD_MINOR_CLASS_MASK 0xFC
#define BTM_COD_MINOR_CLASS_MASK 0xFF
#define BTM_COD_MAJOR_CLASS_MASK 0x1F
#define BTM_COD_SERVICE_CLASS_LO_B 0x00E0
#define BTM_COD_SERVICE_CLASS_MASK 0xFFE0