History log of /external/bluetooth/bluez/src/sdpd-database.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
8af5f43a6988e8f9eb2df0d43decfde23a168980 18-May-2011 Szymon Janc <szymon.janc@tieto.com> Fix empty parameter list in functions declarations
/external/bluetooth/bluez/src/sdpd-database.c
4efb97bdae52e601dfcf1627e39d1e652457c53c 19-Dec-2010 Johan Hedberg <johan.hedberg@nokia.com> Add manager_foreach_adapter()

Ultimately manager_get_adapters shouldn't be needed at all. By
introducing manager_foreach_adapter most instances can be removed.
/external/bluetooth/bluez/src/sdpd-database.c
00c2267405ff3416672401cf394f06017a6814c1 13-Dec-2010 Johan Hedberg <johan.hedberg@nokia.com> Refactor class of device (and related values) handling to adapter_ops

The management interface will move class of device and extended inquiry
response handling to the kernel side so the same functionality needs to
be moved into hciops. These features are quite tightly coupled in
bluetoothd so splitting this into multiple patches would have been hard
(if not impossible). Thus this quite large single commit.
/external/bluetooth/bluez/src/sdpd-database.c
ec31eb74a9e7d89cb8f6c4221ed337368ef1eef4 30-Nov-2010 Daniel Orstadius <daniel.orstadius@nokia.com> Initialize adapter services list

In case service records have been added to bluetoothd before a new
adapter is registered, the records which are shared by all adapters
(indicated by having the address set to BDADDR_ANY) need to be added
to the services list of the new adapter. This patch adds a function
for this on adapter initialization.

The issue could be reproduced by running bluetoothd and obexd on a
PC and briefly removing the BT dongle. The service records from
obexd would not be present in the adapter's local list (which is
used to set the class of device).
/external/bluetooth/bluez/src/sdpd-database.c
d91fe19315a0a78eec10adaeac6fc5e46dff5c5b 27-Oct-2010 Johan Hedberg <johan.hedberg@nokia.com> Get rid of redundant type casts from SDP code
/external/bluetooth/bluez/src/sdpd-database.c
e891f7df6225c758da0d95f7554c6cc67f72f31e 21-May-2010 Gustavo F. Padovan <gustavo@padovan.org> Move logging.{c,h} to log.{c,h}

Try to make log stuff more similar to ConnMan and oFono.
/external/bluetooth/bluez/src/sdpd-database.c
86190ea09cf8375ad8f08889f6ebb3629ab4beed 08-Apr-2010 Francisco Alecrim <francisco.alecrim@openbossa.org> List with UUIDs per-adapter should be sorted
/external/bluetooth/bluez/src/sdpd-database.c
9266dfeac26b7c572f35f698f4f608229f821905 07-Apr-2010 Francisco Alecrim <francisco.alecrim@openbossa.org> Report local services(UUIDs) through D-Bus

* Include UUIDs field to method GetProperties(org.bluez.Adapter).
Applications can get local services(UUIDs) available through D-Bus.
* UUIDs per-adapter stored at btd_adapter to prevent some searches not
necessary regarding it requires information from access_db and service_db.
* Emit Adapter.PropertyChanged signal when UUIDs change.
/external/bluetooth/bluez/src/sdpd-database.c
9184e2eeb7b97371c6b83b747c8984e2340d2b47 02-Jan-2010 Marcel Holtmann <marcel@holtmann.org> Update copyright information
/external/bluetooth/bluez/src/sdpd-database.c
fb333f1c88df9c50529a390297565a6627bcf7ad 01-Jan-2009 Marcel Holtmann <marcel@holtmann.org> Update copyright information
/external/bluetooth/bluez/src/sdpd-database.c
3193b75007d8dcb15ef0ee3c75ae1fe467a90730 11-Sep-2008 Marcel Holtmann <marcel@holtmann.org> Hide the verbose SDP debug behind SDP_DEBUG
/external/bluetooth/bluez/src/sdpd-database.c
957d01bac7a4c448bbe0a15de613af7927d1c7d0 08-Sep-2008 Luiz Augusto von Dentz <luiz.dentz@openbossa.org> Fix a2dp and avrcp drivers to not rely on BDADDR_ANY.
/external/bluetooth/bluez/src/sdpd-database.c
e0581b5e29c71c4a0b429ebad671e9bb5583f8e0 29-Jul-2008 Marcel Holtmann <marcel@holtmann.org> Move hcid to src directory and rename it to bluetoothd
/external/bluetooth/bluez/src/sdpd-database.c