All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1 0/6] Add support for RFCOMM in btmon
@ 2014-11-03 10:41 Gowtham Anandha Babu
  2014-11-03 10:41 ` [PATCH v1 1/6] monitor/rfcomm: Add RFCOMM support to btmon Gowtham Anandha Babu
                   ` (5 more replies)
  0 siblings, 6 replies; 13+ messages in thread
From: Gowtham Anandha Babu @ 2014-11-03 10:41 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: d.kasatkin, bharat.panda, cpgs, Gowtham Anandha Babu

Adds an initial implementation for RFCOMM in Bluetooth monitor.

Implementation for Decoding MSC, RPN, RLS, PN, NSC frames 
will  be covered in the next patch-set.

v1: Added rfcomm.c file in Android.mk

Bharat Panda (2):
  monitor/rfcomm: Add handlers for mcc frame type
  monitor/rfcomm: Add mcc type handlers code

Gowtham Anandha Babu (4):
  monitor/rfcomm: Add RFCOMM support to btmon
  monitor/rfcomm: Add support for RFCOMM commands
  monitor/rfcomm: Add support for UIH frame decoding
  monitor/rfcomm: Add support for mcc frame decoding

 Makefile.tools     |   1 +
 android/Android.mk |   1 +
 monitor/l2cap.c    |   4 +
 monitor/l2cap.h    |   1 +
 monitor/rfcomm.c   | 333 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 5 files changed, 340 insertions(+)
 create mode 100644 monitor/rfcomm.c

-- 
1.9.1


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

end of thread, other threads:[~2014-11-04 12:07 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-03 10:41 [PATCH v1 0/6] Add support for RFCOMM in btmon Gowtham Anandha Babu
2014-11-03 10:41 ` [PATCH v1 1/6] monitor/rfcomm: Add RFCOMM support to btmon Gowtham Anandha Babu
2014-11-03 14:33   ` Luiz Augusto von Dentz
2014-11-03 10:41 ` [PATCH v1 2/6] monitor/rfcomm: Add support for RFCOMM commands Gowtham Anandha Babu
2014-11-03 10:41 ` [PATCH v1 3/6] monitor/rfcomm: Add support for UIH frame decoding Gowtham Anandha Babu
2014-11-03 10:41 ` [PATCH v1 4/6] monitor/rfcomm: Add support for mcc " Gowtham Anandha Babu
2014-11-03 10:41 ` [PATCH v1 5/6] monitor/rfcomm: Add handlers for mcc frame type Gowtham Anandha Babu
2014-11-03 14:39   ` Luiz Augusto von Dentz
2014-11-03 15:24     ` Gowtham Anandha Babu
2014-11-03 15:32       ` Luiz Augusto von Dentz
2014-11-04 11:49         ` Gowtham Anandha Babu
2014-11-04 12:07           ` Luiz Augusto von Dentz
2014-11-03 10:41 ` [PATCH v1 6/6] monitor/rfcomm: Add mcc type handlers code Gowtham Anandha Babu

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.