Linux bluetooth development
 help / color / mirror / Atom feed
* [PATCH v2 1/3] lib/bnep: Update bnep header with BNEPGETSUPPFEAT and setup response
@ 2015-04-13 13:14 Grzegorz Kolodziejczyk
  2015-04-13 13:14 ` [PATCH v2 2/3] profiles/network: Add support for handling extension hdr in ctrl msg Grzegorz Kolodziejczyk
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Grzegorz Kolodziejczyk @ 2015-04-13 13:14 UTC (permalink / raw)
  To: linux-bluetooth

This patch updates bnep header with get bnep supported features ioctl
and bnep setup response flag.
---
 lib/bnep.h | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/lib/bnep.h b/lib/bnep.h
index aa46852..e7c2c87 100644
--- a/lib/bnep.h
+++ b/lib/bnep.h
@@ -126,6 +126,9 @@ struct bnep_ext_hdr {
 #define BNEPCONNDEL	_IOW('B', 201, int)
 #define BNEPGETCONNLIST	_IOR('B', 210, int)
 #define BNEPGETCONNINFO	_IOR('B', 211, int)
+#define BNEPGETSUPPFEAT	_IOR('B', 212, int)
+
+#define BNEP_SETUP_RESPONSE	0
 
 struct bnep_connadd_req {
 	int      sock;		/* Connected socket */
-- 
2.1.0


^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2015-05-13 14:45 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-13 13:14 [PATCH v2 1/3] lib/bnep: Update bnep header with BNEPGETSUPPFEAT and setup response Grzegorz Kolodziejczyk
2015-04-13 13:14 ` [PATCH v2 2/3] profiles/network: Add support for handling extension hdr in ctrl msg Grzegorz Kolodziejczyk
2015-05-08 13:27   ` Szymon Janc
2015-05-08 13:33     ` Grzegorz Kolodziejczyk
2015-04-13 13:14 ` [PATCH v2 3/3] android/pts: Update BNEP PTS 6.0 results for android 5.0 Grzegorz Kolodziejczyk
2015-05-13 14:45   ` Szymon Janc
2015-05-04 13:56 ` [PATCH v2 1/3] lib/bnep: Update bnep header with BNEPGETSUPPFEAT and setup response Grzegorz Kolodziejczyk

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox