Linux bluetooth development
 help / color / mirror / Atom feed
* [PATCH BlueZ v2 1/8] android: Add copy of current AVCTP implemention
@ 2014-01-24 13:24 Luiz Augusto von Dentz
  2014-01-24 13:24 ` [PATCH BlueZ v2 2/8] android/AVCTP: Strip dependencies Luiz Augusto von Dentz
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Luiz Augusto von Dentz @ 2014-01-24 13:24 UTC (permalink / raw)
  To: linux-bluetooth

From: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>

These files are not added to any makefile on purpose because they still
have external dependencies.
---
v2: Fix issues with dependencies in Android, adds proper reject for messages
that cannot be handled, fix avctp_new not initializing the handlers properly
and finally fixes using 0 instead of NULL in various places.

 {profiles/audio => android}/avctp.c | 0
 {profiles/audio => android}/avctp.h | 0
 2 files changed, 0 insertions(+), 0 deletions(-)
 copy {profiles/audio => android}/avctp.c (100%)
 copy {profiles/audio => android}/avctp.h (100%)

diff --git a/profiles/audio/avctp.c b/android/avctp.c
similarity index 100%
copy from profiles/audio/avctp.c
copy to android/avctp.c
diff --git a/profiles/audio/avctp.h b/android/avctp.h
similarity index 100%
copy from profiles/audio/avctp.h
copy to android/avctp.h
-- 
1.8.4.2


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

end of thread, other threads:[~2014-01-24 13:24 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-24 13:24 [PATCH BlueZ v2 1/8] android: Add copy of current AVCTP implemention Luiz Augusto von Dentz
2014-01-24 13:24 ` [PATCH BlueZ v2 2/8] android/AVCTP: Strip dependencies Luiz Augusto von Dentz
2014-01-24 13:24 ` [PATCH BlueZ v2 3/8] android: Add initial skeleton for AVRCP in the daemon Luiz Augusto von Dentz
2014-01-24 13:24 ` [PATCH BlueZ v2 4/8] android: Add initial skeleton for AVRCP in the HAL Luiz Augusto von Dentz
2014-01-24 13:24 ` [PATCH BlueZ v2 5/8] android/haltest: Add init and cleanup calls to rc methods Luiz Augusto von Dentz
2014-01-24 13:24 ` [PATCH BlueZ v2 6/8] android/AVRCP: Add implementation of SDP record Luiz Augusto von Dentz
2014-01-24 13:24 ` [PATCH BlueZ v2 7/8] android/AVCTP: Add avctp_set_destroy_cb Luiz Augusto von Dentz
2014-01-24 13:24 ` [PATCH BlueZ v2 8/8] android/AVRCP: Add initial socket handling Luiz Augusto von Dentz

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