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 533ddda5..7da85482 100644
--- a/include/rfcomm.h
+++ b/include/rfcomm.h
@@ -39,7 +39,7 @@ extern "C" {
struct sockaddr_rc {
sa_family_t rc_family;
bdaddr_t rc_bdaddr;
- int rc_port;
+ int rc_channel;
};
#endif /* __RFCOMM_H */