linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH obexd 1/5] core: Add port to service driver
@ 2012-02-13 11:37 Luiz Augusto von Dentz
  2012-02-13 11:37 ` [PATCH obexd 2/5] bluetooth: Add support for L2CAP transport Luiz Augusto von Dentz
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Luiz Augusto von Dentz @ 2012-02-13 11:37 UTC (permalink / raw)
  To: linux-bluetooth

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

This add possibility to optional port in addition to channel.
---
 src/service.h |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/src/service.h b/src/service.h
index 3dee7d7..5d9d325 100644
--- a/src/service.h
+++ b/src/service.h
@@ -21,10 +21,13 @@
  *
  */
 
+#define OBEX_PORT_RANDOM UINT16_MAX
+
 struct obex_service_driver {
 	const char *name;
 	uint16_t service;
 	uint8_t channel;
+	uint16_t port;
 	gboolean secure;
 	const uint8_t *target;
 	unsigned int target_size;
-- 
1.7.7.6


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

end of thread, other threads:[~2012-02-14 12:51 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-13 11:37 [PATCH obexd 1/5] core: Add port to service driver Luiz Augusto von Dentz
2012-02-13 11:37 ` [PATCH obexd 2/5] bluetooth: Add support for L2CAP transport Luiz Augusto von Dentz
2012-02-13 11:37 ` [PATCH obexd 3/5] ftp: Update record to support version 1.2 with GoepL2capPsm attribute Luiz Augusto von Dentz
2012-02-13 11:37 ` [PATCH obexd 4/5] opp: " Luiz Augusto von Dentz
2012-02-13 11:37 ` [PATCH obexd 5/5] client: Add L2CAP support in bluetooth module Luiz Augusto von Dentz
2012-02-14 12:51 ` [PATCH obexd 1/5] core: Add port to service driver Johan Hedberg

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).