public inbox for linux-bluetooth@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Add READ_BLOB support to attrib-server
@ 2011-01-19 22:00 Brian Gix
  2011-01-19 22:00 ` [PATCH 1/3] Fix default GATT/ATT MTU sizes Brian Gix
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Brian Gix @ 2011-01-19 22:00 UTC (permalink / raw)
  To: linux-bluetooth
  Cc: vinicius.gomes, claudio.takahasi, johan.hedberg, padovan,
	rshaffer


The following patches were cretated off of the working bluez tip at git.kernel.org as of:

commit f0411254277e6c2273d32379e4a2d3742ee05e55
Author: Johan Hedberg <johan.hedberg@nokia.com>
Date:   Wed Jan 19 22:20:41 2011 +0530

    Update NREC callback code to originally intended v2 state


Patch 1 adds the default MTU for L2CAP based ATT connections (48) and
modifies the usages for consistency.  This is important when segmenting
long attribute over multiple transactions, because remote clients will
typically decide wether to issue subsequent READ_BLOB request based on wether
the prior read filled the entire MTU.  This explicitely does not address
situations where a larger MTU than the defaults (23 and 48) are used, but
in practice, there is no evidence that they exist at this time.

Patch 2 is some maintanence to fix the attrib-server to correctly indicate
the end of the service range, if a primary or secondary service contains
nothing but the service declaration.  This can be seen prior to this patch
in attrib-server.c in the GATT_PRIM_SVC_UUID definition which sent a service
range of 0x0010 - 0x0006 instead of 0x0010 - 0x0010.

Patch 3 completes the implementation.  It can be tested on the current example
server by reading attribute 0x0214, which caontains a 25 octet string.

-- 
Brian Gix
bgix@codeaurora.org
Employee of Qualcomm Innovation Center, Inc.
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum


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

end of thread, other threads:[~2011-01-20  9:35 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-19 22:00 [PATCH 0/3] Add READ_BLOB support to attrib-server Brian Gix
2011-01-19 22:00 ` [PATCH 1/3] Fix default GATT/ATT MTU sizes Brian Gix
2011-01-20  9:32   ` Johan Hedberg
2011-01-19 22:00 ` [PATCH 2/3] Fix Handle range if Pri/Sec Service is Empty Brian Gix
2011-01-20  9:33   ` Johan Hedberg
2011-01-19 22:00 ` [PATCH 3/3] Add READ_BLOB_REQUEST support to attribute server Brian Gix
2011-01-20  9:35   ` Johan Hedberg
2011-01-19 22:05 ` [PATCH 0/3] Add READ_BLOB support to attrib-server Brian Gix

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