linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Multi-adapter GATT server support
@ 2011-12-27 14:33 Santiago Carot-Nemesio
  2011-12-27 14:33 ` [PATCH 1/8] attrib-server: Initial steps towards multi-adapter " Santiago Carot-Nemesio
  2011-12-30 10:58 ` Multi-adapter GATT server support Johan Hedberg
  0 siblings, 2 replies; 11+ messages in thread
From: Santiago Carot-Nemesio @ 2011-12-27 14:33 UTC (permalink / raw)
  To: linux-bluetooth

This is a new set of patches toward multiple adapter gatt server
support wich includes the changes suggested previously.

[PATCH 1/8] attrib-server: Initial steps towards multi-adapter GATT
[PATCH 2/8] attrib-server: Register GATT SDP record per each adapter
[PATCH 3/8] attrib-server: Add attributes in adapter database
[PATCH 4/8] attrib-server: Attach attrib_channel in adapter clients
[PATCH 5/8] attrib-server: Remove global le_io variable
[PATCH 6/8] attrib-server: Remove global database list
[PATCH 7/8] attrib-server: Mark attrib_channel_detach as deprecated
[PATCH 8/8] gatt-example: Use adapter driver to register GATT

^ permalink raw reply	[flat|nested] 11+ messages in thread
* RFC: Multi-adapter GATT server support
@ 2011-12-20 15:57 Santiago Carot-Nemesio
  2011-12-20 15:57 ` [PATCH 1/8] attrib-server: Initial steps towards multi-adapter " Santiago Carot-Nemesio
  0 siblings, 1 reply; 11+ messages in thread
From: Santiago Carot-Nemesio @ 2011-12-20 15:57 UTC (permalink / raw)
  To: linux-bluetooth

Here you have a new set of rearranged patches wich initialize and stop
a GATT server in each adapter. Now, all GATT stuff is managed separately
in the adapter instead using global lists and variables.

Next step is to modify gatt server api in order to provide the adapter
in which GATT servers will able to register the attributes for each
service. This feature will enable plugins to register services when each
adapter is plugged instead doing that when the plugins are initialized.

comments are welcome.

[PATCH 1/8] attrib-server: Initial steps towards multi-adapter GATT
[PATCH 2/8] attrib-server: Register GATT SDP record per each adapter
[PATCH 3/8] attrib-server: Add attributes in adapter database
[PATCH 4/8] attrib-server: Attach attrib_channel in adapter clients
[PATCH 5/8] attrib-server: Remove global le_io variable
[PATCH 6/8] attrib-server: Remove global database list
[PATCH 7/8] attrib-server: Mark attrib_channel_detach as deprecated
[PATCH 8/8] gatt-example: Use adapter driver to register GATT

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

end of thread, other threads:[~2011-12-30 10:58 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-27 14:33 Multi-adapter GATT server support Santiago Carot-Nemesio
2011-12-27 14:33 ` [PATCH 1/8] attrib-server: Initial steps towards multi-adapter " Santiago Carot-Nemesio
2011-12-27 14:33   ` [PATCH 2/8] attrib-server: Register GATT SDP record per each adapter Santiago Carot-Nemesio
2011-12-27 14:33     ` [PATCH 3/8] attrib-server: Add attributes in adapter database Santiago Carot-Nemesio
2011-12-27 14:33       ` [PATCH 4/8] attrib-server: Attach attrib_channel in adapter clients list Santiago Carot-Nemesio
2011-12-27 14:33         ` [PATCH 5/8] attrib-server: Remove global le_io variable Santiago Carot-Nemesio
2011-12-27 14:33           ` [PATCH 6/8] attrib-server: Remove global database list Santiago Carot-Nemesio
2011-12-27 14:33             ` [PATCH 7/8] attrib-server: Mark attrib_channel_detach as deprecated Santiago Carot-Nemesio
2011-12-27 14:33               ` [PATCH 8/8] gatt-example: Use adapter driver to register GATT attributes Santiago Carot-Nemesio
2011-12-30 10:58 ` Multi-adapter GATT server support Johan Hedberg
  -- strict thread matches above, loose matches on Subject: below --
2011-12-20 15:57 RFC: " Santiago Carot-Nemesio
2011-12-20 15:57 ` [PATCH 1/8] attrib-server: Initial steps towards multi-adapter " Santiago Carot-Nemesio
2011-12-20 15:57   ` [PATCH 2/8] attrib-server: Register GATT SDP record per each adapter Santiago Carot-Nemesio
2011-12-20 15:57     ` [PATCH 3/8] attrib-server: Add attributes in adapter database Santiago Carot-Nemesio
2011-12-20 15:57       ` [PATCH 4/8] attrib-server: Attach attrib_channel in adapter clients list Santiago Carot-Nemesio
2011-12-20 15:57         ` [PATCH 5/8] attrib-server: Remove global le_io variable Santiago Carot-Nemesio
2011-12-20 15:57           ` [PATCH 6/8] attrib-server: Remove global database list Santiago Carot-Nemesio
2011-12-20 15:58             ` [PATCH 7/8] attrib-server: Mark attrib_channel_detach as deprecated Santiago Carot-Nemesio
2011-12-20 15:58               ` [PATCH 8/8] gatt-example: Use adapter driver to register GATT attributes Santiago Carot-Nemesio

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).