All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCHv4 00/13] android/tester: Unifying the way PDU is handled
@ 2014-10-02  8:10 Jakub Tyszkowski
  2014-10-02  8:10 ` [PATCHv4 01/13] android/tester: Replace gatt-tester's pdu structs with io vectors Jakub Tyszkowski
                   ` (13 more replies)
  0 siblings, 14 replies; 15+ messages in thread
From: Jakub Tyszkowski @ 2014-10-02  8:10 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: Jakub Tyszkowski

This patchset makes all testers use common struct for using raw data (PDUs).
Also some helpers were added for pdu matching and sending.

v4 changes:
  * patches were redone with iovectors from the start,
  * sdp pdu sending was improved (no need to have non const pdus anymore)

v3 changes:
  * added one more patch replacing the pdu struct with iovec and making testers
    use bthost's iovec specific API.
  * minor include fix
  * minor commit message correction

v2 changes:
  * added generic hook and connect callback in tester-main for handling simple
    cases when only pdu exchange is needed on given channel

Jakub Tyszkowski (13):
  android/tester: Replace gatt-tester's pdu structs with io vectors
  android/tester: Expose structs holding request pdu and response pdu
  android/tester: Make HidHost tests use io vectors for pdu
  android/tester: Make PAN tests use io vectors for pdu
  android/tester: Make HDP tests use io vectors for pdu
  android/tester: Add generic hook to handle pdu exchange
  android/tester: Make A2DP use generic pdu exchange mechanism
  android/tester: Make AVRCP tests use generic pdu exchange mechanism
  android/tester: Make GATT use generic cid_data
  android/tester: Make HDP tests use generic PDU exchange mechanism
  android/tester: Make HIDHost tests use generic PDU exchange mechanism
  android/tester: Make PAN use generic PDU exchange mechanism
  android/tester: Use generic connect callback for simple cases

 android/tester-a2dp.c    | 108 +++++++--------------
 android/tester-avrcp.c   | 180 +++++++++++++----------------------
 android/tester-gatt.c    |  95 +++++++------------
 android/tester-hdp.c     | 200 ++++++++++++++++-----------------------
 android/tester-hidhost.c | 241 +++++++++++++++++++++--------------------------
 android/tester-main.c    |  71 ++++++++++++++
 android/tester-main.h    |  26 +++++
 android/tester-pan.c     |  45 +++------
 8 files changed, 430 insertions(+), 536 deletions(-)

--
1.9.1


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

end of thread, other threads:[~2014-10-02 11:22 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-10-02  8:10 [PATCHv4 00/13] android/tester: Unifying the way PDU is handled Jakub Tyszkowski
2014-10-02  8:10 ` [PATCHv4 01/13] android/tester: Replace gatt-tester's pdu structs with io vectors Jakub Tyszkowski
2014-10-02  8:10 ` [PATCHv4 02/13] android/tester: Expose structs holding request pdu and response pdu Jakub Tyszkowski
2014-10-02  8:10 ` [PATCHv4 03/13] android/tester: Make HidHost tests use io vectors for pdu Jakub Tyszkowski
2014-10-02  8:10 ` [PATCHv4 04/13] android/tester: Make PAN " Jakub Tyszkowski
2014-10-02  8:10 ` [PATCHv4 05/13] android/tester: Make HDP " Jakub Tyszkowski
2014-10-02  8:10 ` [PATCHv4 06/13] android/tester: Add generic hook to handle pdu exchange Jakub Tyszkowski
2014-10-02  8:10 ` [PATCHv4 07/13] android/tester: Make A2DP use generic pdu exchange mechanism Jakub Tyszkowski
2014-10-02  8:10 ` [PATCHv4 08/13] android/tester: Make AVRCP tests " Jakub Tyszkowski
2014-10-02  8:10 ` [PATCHv4 09/13] android/tester: Make GATT use generic cid_data Jakub Tyszkowski
2014-10-02  8:10 ` [PATCHv4 10/13] android/tester: Make HDP tests use generic PDU exchange mechanism Jakub Tyszkowski
2014-10-02  8:10 ` [PATCHv4 11/13] android/tester: Make HIDHost " Jakub Tyszkowski
2014-10-02  8:11 ` [PATCHv4 12/13] android/tester: Make PAN " Jakub Tyszkowski
2014-10-02  8:11 ` [PATCHv4 13/13] android/tester: Use generic connect callback for simple cases Jakub Tyszkowski
2014-10-02 11:22 ` [PATCHv4 00/13] android/tester: Unifying the way PDU is handled Luiz Augusto von Dentz

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.