All of lore.kernel.org
 help / color / mirror / Atom feed
* Query Regarding new Gatt server attribute database
@ 2014-08-27 15:22 Bharat Bhusan Panda
  2014-09-11  6:04 ` Bharat Bhusan Panda
  0 siblings, 1 reply; 5+ messages in thread
From: Bharat Bhusan Panda @ 2014-08-27 15:22 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: bharat.panda

Hi All,

We are working on Gatt server implementation, for Tizen framework with BlueZ
5.20 as base.

We have few query on adding new service info to gatt attrib server database,
so that remote gatt client can discover the same.

On Calling "RegisterService" method to org.bluez.GattManager1, after getting
proper data from GattService1, GattCharacteristic1 and GattDescriptor1
interface,
It calls, btd_gatt_add_service(),btd_gatt_add_char() and btd_gatt_add_desc
respectively and updates the local_attribute_db. 
Which should be read and updated, when remote gatt client connects and
starts primary services discovery, but this does not happen, instead it
reads from attrib server db in attrib-server.c.

How can the local_attribute_db in gatt.c, be attached to ATT IO channel, as
it has been done for attrib-server db in src/attrib-server.c?

Thanks
Best Regards,
Bharat


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

end of thread, other threads:[~2014-09-16 15:11 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-08-27 15:22 Query Regarding new Gatt server attribute database Bharat Bhusan Panda
2014-09-11  6:04 ` Bharat Bhusan Panda
2014-09-11 16:27   ` Arman Uguray
2014-09-12 11:14     ` Bharat Bhusan Panda
2014-09-16 15:11       ` Arman Uguray

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.