public inbox for linux-bluetooth@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH BlueZ 0/4] GAP device Appearance support
@ 2012-03-27 13:29 Bruna Moreira
  2012-03-27 13:29 ` [PATCH BlueZ 1/4] dbus-common: Map GAP Appearance characteristic to icon Bruna Moreira
                   ` (4 more replies)
  0 siblings, 5 replies; 11+ messages in thread
From: Bruna Moreira @ 2012-03-27 13:29 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: Bruna Moreira

Hi,

These patches implement the appearance of the device. It can be obtained via
GAP Appearance characteristic or via Advertising data. After getting the
appearance, the icon is set based in this information.

Currently, only a few Freedesktop.org icons map to GAP appearance values. We
can try to propose more icons to their standard, but it may take time and not
all icons may be accepted. Any ideas?

Comments are welcome.

BR,
Bruna Moreira.

Bruna Moreira (4):
  dbus-common: Map GAP Appearance characteristic to icon
  storage: Add storage to GAP characteristic
  device: Appearance characteristic from GAP service
  eir: Read GAP appearance from advertising data

 src/adapter.c     |   11 ++++++++
 src/dbus-common.c |   33 ++++++++++++++++++++++++
 src/dbus-common.h |    1 +
 src/device.c      |   72 ++++++++++++++++++++++++++++++++++++++++++++++++----
 src/eir.c         |    9 ++++++
 src/eir.h         |    2 +
 src/storage.c     |   38 ++++++++++++++++++++++++++++
 src/storage.h     |    2 +
 8 files changed, 162 insertions(+), 6 deletions(-)

-- 
1.7.5.4


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

end of thread, other threads:[~2012-03-30 11:35 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-27 13:29 [PATCH BlueZ 0/4] GAP device Appearance support Bruna Moreira
2012-03-27 13:29 ` [PATCH BlueZ 1/4] dbus-common: Map GAP Appearance characteristic to icon Bruna Moreira
2012-03-27 13:29 ` [PATCH BlueZ 2/4] storage: Add storage to GAP characteristic Bruna Moreira
2012-03-27 13:29 ` [PATCH BlueZ 3/4] device: Appearance characteristic from GAP service Bruna Moreira
2012-03-28  9:58   ` Johan Hedberg
2012-03-29 14:22     ` Bruna Moreira
2012-03-27 13:29 ` [PATCH BlueZ 4/4] eir: Read GAP appearance from advertising data Bruna Moreira
2012-03-27 15:11   ` Johan Hedberg
2012-03-27 18:06   ` [PATCH v2 BlueZ] " Bruna Moreira
2012-03-29 14:38 ` [PATCH v2 BlueZ 3/4] device: Appearance characteristic from GAP service Bruna Moreira
2012-03-30 11:35   ` Johan Hedberg

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