summaryrefslogtreecommitdiff
path: root/profiles/audio
diff options
context:
space:
mode:
Diffstat (limited to 'profiles/audio')
-rw-r--r--profiles/audio/avdtp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/profiles/audio/avdtp.c b/profiles/audio/avdtp.c
index 946231b71..25520ceec 100644
--- a/profiles/audio/avdtp.c
+++ b/profiles/audio/avdtp.c
@@ -44,7 +44,7 @@
#define AVDTP_PSM 25
#define MAX_SEID 0x3E
-static unsigned int seids;
+static uint64_t seids;
#ifndef MAX
# define MAX(x, y) ((x) > (y) ? (x) : (y))