summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/rfcomm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/rfcomm.h b/include/rfcomm.h
index b7dd179d..408874f8 100644
--- a/include/rfcomm.h
+++ b/include/rfcomm.h
@@ -43,7 +43,7 @@ extern "C" {
struct sockaddr_rc {
sa_family_t rc_family;
bdaddr_t rc_bdaddr;
- int rc_channel;
+ uint8_t rc_channel;
};
/* RFCOMM TTY support */