Linux bluetooth development
 help / color / mirror / Atom feed
* [PATCH 0/8] Clean up Obex btio.[ch] and make it self contained
@ 2010-08-19 14:21 Zhenhua Zhang
  2010-08-19 14:21 ` [PATCH 1/8] btio: Remove blank line at EOF Zhenhua Zhang
                   ` (8 more replies)
  0 siblings, 9 replies; 11+ messages in thread
From: Zhenhua Zhang @ 2010-08-19 14:21 UTC (permalink / raw)
  To: linux-bluetooth

Hi,

This series of patches is to seperate btio.[ch] from src to btio directory. To make btio.[ch] self contained for obexd, there're some cleanup work:

1. remove unused bt_io_set(). It is neither used by bluez or obexd.
2. remove unused SCO/L2RAW related code for Obexd. Note: BlueZ code requires SCO/L2RAW related functions. We may consider to add them back later.
3. replace void *userdata with gpointer userdata. To make it consistent with bluez btio.c
4. refactor hci_devba into devid2ba. Remove dependence with hci*.h
5. Remove libbluetooth dependence for obexd.

Regards,
Zhenhua

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

end of thread, other threads:[~2010-08-23  1:13 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-08-19 14:21 [PATCH 0/8] Clean up Obex btio.[ch] and make it self contained Zhenhua Zhang
2010-08-19 14:21 ` [PATCH 1/8] btio: Remove blank line at EOF Zhenhua Zhang
2010-08-19 14:21 ` [PATCH 2/8] btio: Seperate btio.[ch] into btio directory Zhenhua Zhang
2010-08-19 14:21 ` [PATCH 3/8] btio: Remove SCO/L2RAW related code Zhenhua Zhang
2010-08-19 14:21 ` [PATCH 4/8] btio: Replace void * with gpointer Zhenhua Zhang
2010-08-19 14:21 ` [PATCH 5/8] btio: Remove unused bt_io_set function Zhenhua Zhang
2010-08-19 14:21 ` [PATCH 6/8] btio: Add bluetooth.[ch] helper functions Zhenhua Zhang
2010-08-19 14:21 ` [PATCH 7/8] btio: include bluetooth.h to use devid2ba Zhenhua Zhang
2010-08-19 14:21 ` [PATCH 8/8] btio: Remove libbluetooth dependence for obexd Zhenhua Zhang
2010-08-20 11:39 ` [PATCH 0/8] Clean up Obex btio.[ch] and make it self contained Luiz Augusto von Dentz
2010-08-23  1:13   ` Zhang, Zhenhua

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