From e1650950c01cf268c61b332efbb9b5b3f731a158 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Fri, 29 Oct 2004 02:44:56 +0000 Subject: Add RFCOMM socket options --- include/l2cap.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/l2cap.h') diff --git a/include/l2cap.h b/include/l2cap.h index b5052dcf..e76f9020 100644 --- a/include/l2cap.h +++ b/include/l2cap.h @@ -48,7 +48,7 @@ struct sockaddr_l2 { bdaddr_t l2_bdaddr; }; -/* Socket options */ +/* L2CAP socket options */ #define L2CAP_OPTIONS 0x01 struct l2cap_options { uint16_t omtu; -- cgit