History log of /external/bluetooth/bluez/src/main.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
01f24c7d1c25c3d765df41c6f5a13a896c90de41 04-Mar-2010 Bao Liang <tim.bao@motorola.com> Allow configure default link policy in main.conf

Currently BlueZ is hard-coding the default link policy to include
role switch, hold mode, sniff mode and park state. However, some
device will have problem to maintain the connection or setup SCO
if they are in park state. Making these operation modes configurable
in main.conf improves flexibility so any of these four modes can be
disabled if necessary.

Signed-off-by: Bao Liang <tim.bao@motorola.com>
/external/bluetooth/bluez/src/main.c
a04c1f0249e1899e4b3d237931f9b5d97f30cebe 10-Mar-2010 Jaikumar Ganesh <jaikumar@google.com> Add an API to set the link timeout.

Change-Id: I5abd8fc37e20a7916e84e624f883c7a1987b0587
/external/bluetooth/bluez/src/main.c
b99eacf38b92b116f3dbd270af01f3e1e91bc72c 11-Jun-2009 Jaikumar Ganesh <jaikumar@google.com> Add capabilities to bluetoothd.

As android init.rc doesn't support applying linux capabilities,
add them after starting the bluetooth daemon as root.

Original Change by Nick Pelly. <npelly@google.com>
Moved to Bluez4 by Jaikumar Ganesh. <jaikumar@google.com>

Change-Id: I9406ddc33a6510845b6709b321d828b160ed10ca
/external/bluetooth/bluez/src/main.c
1658f3bd673909e6afbbc0735f26bc3dfaeaf6e2 05-May-2011 Claudio Takahasi <claudio.takahasi@openbossa.org> Remove unnecessary headers from main.c
/external/bluetooth/bluez/src/main.c
2eb13b86c950ee615fb5261fda345f2099f3f235 05-May-2011 Claudio Takahasi <claudio.takahasi@openbossa.org> Remove unused "scan" variable from main_opts
/external/bluetooth/bluez/src/main.c
a278db781a26c639267b1d88d5fbe08f99af6c61 15-Mar-2011 Elvis Pfützenreuter <epx@signove.com> Use new UUID functions in GATT

This patch puts the new UUID functions into use for GATT-related
code, and adds some convenience functions to ATT API (att.h).
Example GATT server is also changed.
/external/bluetooth/bluez/src/main.c
20ccc578c85111ca8790bd773b6fa337e80b4c71 28-Nov-2010 Johan Hedberg <johan.hedberg@nokia.com> Remove unused includes
/external/bluetooth/bluez/src/main.c
85d533a33bb9367c72b10a66a21a8502f81f2df9 10-Nov-2010 Claudio Takahasi <claudio.takahasi@openbossa.org> Add a new configuration option to disable Low Energy support

Disable LE interleave discovery and attribute server over LE link.
Option required to force disabling Low energy support for LE capable
adapters.
/external/bluetooth/bluez/src/main.c
2f1d6986e5f2bc8539bb056e8c608061c191a79b 27-Oct-2010 Johan Hedberg <johan.hedberg@nokia.com> Add -p and -P command line options for controlling plugin selection

This patch adds new -p (enable) and -P (disable) command line options to
select which plugins get loaded and which ones don't during bluetoothd
startup.
/external/bluetooth/bluez/src/main.c
5515a8de9ba7125406ae1030d7d1c343bd6560b0 26-Oct-2010 Claudio Takahasi <claudio.takahasi@openbossa.org> Move HCID_DEFAULT_DISCOVERABLE_TIMEOUT declaration to main.c
/external/bluetooth/bluez/src/main.c
642e4be3af8361b1d177c188c9534f0a7025daf8 26-Oct-2010 Claudio Takahasi <claudio.takahasi@openbossa.org> Move expand_name to adapter.c
/external/bluetooth/bluez/src/main.c
a67e1d8cea5cd07e519b38a345975970e62b38d7 26-Oct-2010 Johan Hedberg <johan.hedberg@nokia.com> Simplify D-Bus connection handling and move it to main.c

The reconnection logic for the system bus doesn't make much sense. If
the system bus daemon dies so does most useful system functionality.
Since the code for handling D-Bus setup and cleanup is very simple after
this removal it makes sense to move it to main.c and make the functions
static.
/external/bluetooth/bluez/src/main.c
91e068319e23b8a7a5f25c195eb81c4ef03b8eff 26-Oct-2010 Johan Hedberg <johan.hedberg@nokia.com> Remove useless hcid_dbus_unregister function
/external/bluetooth/bluez/src/main.c
16d507e0bb939b1c98f9d5ab14c656339757b878 26-Oct-2010 Johan Hedberg <johan.hedberg@nokia.com> Rename dbus-hci.c event.c and use btd_event_ prefix for it
/external/bluetooth/bluez/src/main.c
85009db32fb083c46d75e7a228e5ce59ef6d236e 24-Aug-2010 Vinicius Costa Gomes <vinicius.gomes@openbossa.org> Add AttributeServer option

This patch add a new config option(AttributeServer) on main.conf to
enable/disable the attribute server. The default value is false.
If Attribute plugin is enabled, but AttributeServer option is
false the attributes examples will added in the attribute
database however not accessible by remote devices.
/external/bluetooth/bluez/src/main.c
fc558ffc2affae150df6566eb028f980ef5d5234 07-Jul-2010 Claudio Takahasi <claudio.takahasi@openbossa.org> Add attribute server database

Attribute server database will contain functions to manage attributes,
allowing any plugin to add, remove or change attributes. Advertising
data shall be also generated based on exported services/attributes.
/external/bluetooth/bluez/src/main.c
86b16d8a63d8d6191533418dd1c38ce35c3fbf0a 13-Jul-2010 Marcel Holtmann <marcel@holtmann.org> Remove double g_option_context_free() call
/external/bluetooth/bluez/src/main.c
da93282f265c683d76719e530225837322649e4e 13-Jul-2010 Marcel Holtmann <marcel@holtmann.org> Rename --nodaemon option into --nodetach
/external/bluetooth/bluez/src/main.c
7b25c5a15c95be8d3dc302d764c175e6772fdbd4 13-Jul-2010 Marcel Holtmann <marcel@holtmann.org> Add support for printing daemon version
/external/bluetooth/bluez/src/main.c
5e9d2a595902ac3fad577923c50e1ec92bfba179 28-Jun-2010 Luiz Augusto von Dentz <luiz.dentz-von@nokia.com> Fix some code style issues
/external/bluetooth/bluez/src/main.c
a30b7569ba6867f58f62634a894d0aabde01280d 07-Jun-2010 Johan Hedberg <johan.hedberg@nokia.com> Store debug keys in runtime memory

This patch adds the possibility of using debug keys for consequtive
connections by storing them in runtime memory instead of discarding them
after the connection. This functionality can be enabled using a new
DebugKeys boolean parameter in main.conf.
/external/bluetooth/bluez/src/main.c
684beb7c3f4f1f20caef156a7a10ae5e490b6dfa 08-Jun-2010 Gustavo F. Padovan <gustavo@padovan.org> Fix regression with debug via SIGUSR2

The new dynamic debug feature was not using the SIGUSR2 signal so this was
causing bluetoothd to crash when one tries to toggle debug via SIGUSR2.
This patch brings back such compatibility andadds debug_string and
debug_enabled vars.
/external/bluetooth/bluez/src/main.c
8e58667ef0a4cda88ac64137728da28d8fdf3f0f 21-May-2010 Gustavo F. Padovan <gustavo@padovan.org> Move debug() to DBG()

Use the new dynamic debug feature
/external/bluetooth/bluez/src/main.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/main.c
6da71419a952e20e4e32843cc6d381246b8be104 18-May-2010 Gustavo F. Padovan <gustavo@padovan.org> Add dynamic debug feature

It is still needed a sed work in the sources to changes debug() to DBG()

Thanks, to Vinicius Gomes that helped me sort out a linking issue with
this patch.
/external/bluetooth/bluez/src/main.c
9184e2eeb7b97371c6b83b747c8984e2340d2b47 02-Jan-2010 Marcel Holtmann <marcel@holtmann.org> Update copyright information
/external/bluetooth/bluez/src/main.c
b757bc94cb7be06a6ae1931dcc917c62f962566e 02-Oct-2009 Marcel Holtmann <marcel@holtmann.org> Some coding style updates for capabilities patch
/external/bluetooth/bluez/src/main.c
6a870c17798ce428c1b4b141a508a2cfc50a7387 25-Sep-2009 Steve Grubb <sgrubb@redhat.com> Drop Posix Capabilities

The following patch against the 4.54 codebase drops posix capabilities
after startup so that the bluetooth daemon is less of a threat to the
system should there be any way to compromise it. The retained
capabilities was compared to selinux policy to make sure that its
roughly the same. It uses the libcap-ng library which allows patches
for dropping capabilities to be much smaller.
/external/bluetooth/bluez/src/main.c
45d22bfa24270b782eb0e6c5df003c574314df61 29-Jul-2009 Alok Barsode <alok.barsode@azingo.com> Cache service class updates during bootup

adapter->svc_cache is used to cache service class updates during
bluetoothd bringup or when adapter is down.adapter_disable_svc_cache() is
used to switch off the cache, so any successive service class updates are
directly written to the device.
/external/bluetooth/bluez/src/main.c
2163c034c59269f9a63b1f9ff2a17ce9a1f2ede6 29-Jul-2009 Marcel Holtmann <marcel@holtmann.org> Add skeleton for RFKILL support
/external/bluetooth/bluez/src/main.c
e00a0b0637a7f4e5108f7398c72920441b448364 22-Jul-2009 Alok Barsode <alok.barsode@azingo.com> Remove the service_classes_callback mechanism
/external/bluetooth/bluez/src/main.c
03971a2d726bc9a8630b2419508235a2920eb19f 11-Jun-2009 Bastien Nocera <hadess@hadess.net> Add udev mode to bluetoothd

Add --udev option to bluetoothd, to allow it to be started on-demand
from udev.

When a new adapter appears, udev would launch bluetoothd --udev.

To avoid problems with udev, bluetoothd --udev would only return
an error exit code if it wasn't already running and a real error
occurred.

When no more Bluetooth adapter are present on the system, bluetoothd
will exit after a 30 second timeout.
/external/bluetooth/bluez/src/main.c
384f136ae28cf25b3c752e4fe3ff4aed800c343b 10-May-2009 Ilya Rubtsov <lusyaru@gmail.com> Add NameResolving option to main.conf

Patch adds new option to main.conf - NameResolving. If NameResolving=false
then we don't ask remote devices for their names after inquiry. Default
value is true.
/external/bluetooth/bluez/src/main.c
4aaa7dfcad59fd7a729d26d656d3319a80744d3d 06-May-2009 Luiz Augusto von Dentz <luiz.dentz@openbossa.org> Change var name inqmode to discov_interval to be more suggestive.
/external/bluetooth/bluez/src/main.c
d34a99f009b52a3273d959422152ad805774bf74 06-May-2009 Johan Hedberg <johan.hedberg@nokia.com> Fix service class update when adapter is DOWN
/external/bluetooth/bluez/src/main.c
d32b5acf1a15817143c00ce66159c193df2eea8a 06-May-2009 Johan Hedberg <johan.hedberg@nokia.com> Remove unnecessary "starting" variable

Now that the plugins are loaded before any adapter is initialized it is
not necessary to monitor bluetoothd startup using the "starting" variable
anymore.
/external/bluetooth/bluez/src/main.c
2f8164437df992cfc2e713aedbf360aafb141549 04-May-2009 Johan Hedberg <johan.hedberg@nokia.com> Add missing signal.h include
/external/bluetooth/bluez/src/main.c
59b5cef44cc450fee196f9c936d52c5d40c90d27 29-Apr-2009 Alok Barsode <alok.barsode@azingo.com> Moving adapter_ops registration to adapter.c.
/external/bluetooth/bluez/src/main.c
34c4239984722c169e3e821ec5ca7c88528827bd 28-Apr-2009 Alok Barsode <alok.barsode@azingo.com> Adding btd_register_adapter_ops framework.
/external/bluetooth/bluez/src/main.c
a557e08d8c3e39439e922b1267d13c8cf34e37ea 28-Apr-2009 Alok Barsode <alok.barsode@azingo.com> Moving all adapter initialization code to hciops plugin.
/external/bluetooth/bluez/src/main.c
cce9e28ea1ea1cbf5f9e9027c949632ce67cd27f 23-Apr-2009 Alok Barsode <alok.barsode@azingo.com> Initializing hciops plugin. Adding IO event handing.
/external/bluetooth/bluez/src/main.c
60756c18040a4df9532e5a4e87222bc0f40a2eed 23-Apr-2009 Alok Barsode <alok.barsode@azingo.com> Using device_event to register and setup already known devices.
/external/bluetooth/bluez/src/main.c
274d4e3a6707029874d3e98a15cb90e470fb37b2 23-Apr-2009 Alok Barsode <alok.barsode@azingo.com> Modifying device_devreg_setup. Check if device is up in device_devreg_setup instead of using devup parameter.
/external/bluetooth/bluez/src/main.c
5dec5396a8bbe0a52ad9970a993bedf5f1834f14 21-Apr-2009 Alok Barsode <alok.barsode@azingo.com> exporting device_event().
/external/bluetooth/bluez/src/main.c
d17a26f81c892e67524c4754ae0848d3abc827e3 01-Apr-2009 Luiz Augusto von Dentz <luiz.dentz@openbossa.org> Fix dead assignment.

Value stored to 'dr' is never read.
/external/bluetooth/bluez/src/main.c
149d1b0d0e5be0d9aec4a50c2a86aac9afa733b3 01-Apr-2009 Gustavo F. Padovan <gustavo@las.ic.unicamp.br> Fix null dereference in src/main.c

str could be null when dst isn't null
/external/bluetooth/bluez/src/main.c
241c93e01b36f4644039cedacfbd80fdc0ff220d 24-Mar-2009 Johan Hedberg <johan.hedberg@nokia.com> Fix local class of device race conditions upon bluetoothd startup

The bluetoothd startup sequence is quite fragile and easily susceptible to race
conditions. The problematic variable that this patch fixes is
adapter->dev.class which depends on at least one write_class_of_dev_complete
event. If e.g. a write_scan_complete comes before this the
set_limited_discoverable function would attempt to set the wrong class of
device (essentially leaving out the service class bits completely).

What this patch does is adds tracking to when bluetoothd is still starting up
and caches the changes to the service classes right until the very moment when
it enters the main loop.
/external/bluetooth/bluez/src/main.c
fe4167fba0d299c6737662bb0295f2af19a4ed57 24-Mar-2009 Johan Hedberg <johan.hedberg@nokia.com> Only update service classes to specified adapter
/external/bluetooth/bluez/src/main.c
bf6a4a577408aa6192c40f9a789788badb1a386a 17-Mar-2009 Alok Barsode <alokbarsode@gmail.com> Adding version check for plugins.
/external/bluetooth/bluez/src/main.c
98af825f45d896359f96d6a8059b79ca0727fa8e 25-Feb-2009 Johan Hedberg <johan.hedberg@nokia.com> Fix uninitialized memory warning
/external/bluetooth/bluez/src/main.c
1c195ab280da561f38e54449e4eb3d6882c69b3b 25-Feb-2009 Johan Hedberg <johan.hedberg@nokia.com> Fix strncpy length parameters to avoid non-nul-terminated strings
/external/bluetooth/bluez/src/main.c
53a32886ca1247f4cab5e4147061c2031f85015b 24-Feb-2009 Johan Hedberg <johan.hedberg@nokia.com> Fix valgrind unaddressable bytes complaint
/external/bluetooth/bluez/src/main.c
61f55504b41ab595a10edaca4d1a6a4ac1d689b6 23-Feb-2009 Johan Hedberg <johan.hedberg@nokia.com> Add missing hci_close_dev call
/external/bluetooth/bluez/src/main.c
6e7e58c6d4e53fc4a7063efe421838610d7eafc1 13-Jan-2009 Johan Hedberg <johan.hedberg@nokia.com> Make the ReverseServiceDiscovery option more visible

Add it to the default main.conf file with a proper comment and print a
debug message is it's found to be missing.
/external/bluetooth/bluez/src/main.c
fb0f770fa309940ef03fec8f58624a478cbcb8bd 13-Jan-2009 Johan Hedberg <johan.hedberg@nokia.com> Coding style fixes
/external/bluetooth/bluez/src/main.c
bdf140bd02cee6c39ebb8c6d71ac1d4f6f7eaa07 13-Jan-2009 Johan Hedberg <johan.hedberg@nokia.com> Add ReverseServiceDiscovery config option

This option is solely for qualification since the BITE tester in its
grand braindeadness doesn't like use doing reverse SDP.
/external/bluetooth/bluez/src/main.c
fb333f1c88df9c50529a390297565a6627bcf7ad 01-Jan-2009 Marcel Holtmann <marcel@holtmann.org> Update copyright information
/external/bluetooth/bluez/src/main.c
ad37d886cc54a9a975f0f5322165bbb2855dac7f 22-Dec-2008 Luiz Augusto von Dentz <luiz.dentz@openbossa.org> Cleanup adapters on exit.

When bluetoothd is terminated any remaining registered adapters should
be unregistered (including proper D-Bus signal emition) and have their
drivers removed. The adapters should also be brought down unless they
were already up upon initialization.
/external/bluetooth/bluez/src/main.c
903977ddd1278fdbc7ad522906e6a1fb429dca4a 22-Dec-2008 Johan Hedberg <johan.hedberg@nokia.com> Change an unnecessary "else if" to a simple "else"
/external/bluetooth/bluez/src/main.c
26b23c817fbc00e6d4af1bcd7f1ef2db2819d9ff 22-Dec-2008 Johan Hedberg <johan.hedberg@nokia.com> Implement RememberPowered config option
/external/bluetooth/bluez/src/main.c
ff58ff2df51c81f7c9a20d4ea0f10ddb7192ab4f 17-Dec-2008 Marcel Holtmann <marcel@holtmann.org> Add configuration option for DeviceID and do some cleanup
/external/bluetooth/bluez/src/main.c
c8896f38baa91639f4e504c87fa6519d8a1e8d33 16-Dec-2008 Johan Hedberg <johan.hedberg@nokia.com> Remove redundant empty line
/external/bluetooth/bluez/src/main.c
bf64c9b32825beba09cd0e96fc93ce9a4cf4f352 16-Dec-2008 Johan Hedberg <johan.hedberg@nokia.com> Implement InitiallyPowered config option
/external/bluetooth/bluez/src/main.c
2071a8a2f8e6d238ff0d0f44cb075c902b8ec0e4 30-Nov-2008 Johan Hedberg <johan.hedberg@nokia.com> Get rid of OffMode and always behave like DevDown
/external/bluetooth/bluez/src/main.c
f345d81fe368294091c4f87be1f80e2226ef4ce1 01-Dec-2008 Johan Hedberg <johan.hedberg@nokia.com> Stop the security manager if we do a DEVDOWN in adapter_up
/external/bluetooth/bluez/src/main.c
152a3cbd8f2ff8fbf7b0739adf0624ce430a9ee3 01-Dec-2008 Johan Hedberg <johan.hedberg@nokia.com> Start security manager early to catch all HCI events
/external/bluetooth/bluez/src/main.c
3ee81cab2ed66b7f3d4fbd6ba6676d5d9448d6dc 27-Nov-2008 Luiz Augusto von Dentz <luiz.dentz@openbossa.org> Introduce PairableTimeout Property and fix use of g_timeout_add.

PairableTimeout work similarly to DiscoverableTimeout where the user
application can set the amount of time to stay in Pairable. It also
fixes the use of g_timeout_add to g_timeout_add_seconds for both
PairableTimeout and DiscoverableTimeout.
/external/bluetooth/bluez/src/main.c
bd4494363230705c3efaa13f3c94a73fadab88e4 24-Oct-2008 Johan Hedberg <johan.hedberg@nokia.com> Use g_clear_error(&err) instead of g_error_free(err); err = NULL
/external/bluetooth/bluez/src/main.c
54a7a2f4e5a5cae1bef9f8edbcb4650e3d835c9f 23-Sep-2008 Luiz Augusto von Dentz <luiz.dentz@openbossa.org> Fix OffMode = DevDown race condition.
/external/bluetooth/bluez/src/main.c
ba0f030b2e3e70253edb7b9c3750a7545011693b 12-Sep-2008 Marcel Holtmann <marcel@holtmann.org> Don't print error when device is down
/external/bluetooth/bluez/src/main.c
e401b90fd8275104356d1d12fc91bafdbc803c0c 12-Sep-2008 Marcel Holtmann <marcel@holtmann.org> Set default link policy after the page timeout
/external/bluetooth/bluez/src/main.c
11cf1d6a0dbc66d0177852c514bad3737e1ee036 12-Sep-2008 Marcel Holtmann <marcel@holtmann.org> Write the default link policy to ensure it is set
/external/bluetooth/bluez/src/main.c
53f1e541f59da2049db1b2ba3e0b504f25fca7fb 11-Sep-2008 Marcel Holtmann <marcel@holtmann.org> Don't fork for device configuration
/external/bluetooth/bluez/src/main.c
a3fbc8a1d14cd97eb9d59db2fcf9ce9fd4c64ec7 11-Sep-2008 Marcel Holtmann <marcel@holtmann.org> Move link mode and policy setting before bringing up the device
/external/bluetooth/bluez/src/main.c
151046c5165860ddea6e84498cc0a0e191de1c40 11-Sep-2008 Marcel Holtmann <marcel@holtmann.org> Add extra debug for the forked init and setup functions
/external/bluetooth/bluez/src/main.c
0c05dd3dc5a18d64734a9f091d5285612e41107b 02-Sep-2008 Marcel Holtmann <marcel@holtmann.org> Merge branch 'for-upstream' of git://gitorious.org/bluez/cktakahasis-clone
4f946e36897fc67a28a56fb3102994da6857a038 02-Sep-2008 Marcel Holtmann <marcel@holtmann.org> Update --help text
/external/bluetooth/bluez/src/main.c
676f5e7dea3c6c160ffdf08d42bf83e72a5a6c3f 30-Aug-2008 Claudio Takahasi <claudio.takahasi@openbossa.org> Adapter initialization cleanup
/external/bluetooth/bluez/src/main.c
75c562d773e5fe37f4257631318d7f918edc5b53 29-Aug-2008 Luiz Augusto von Dentz <luiz.dentz@indt.org.br> Make DiscoverDevices to create discover sessions.
/external/bluetooth/bluez/src/main.c
fe8e6804983fd09a3293c5d7ae9a64e03cbc80e0 28-Aug-2008 Claudio Takahasi <claudio.takahasi@openbossa.org> Cleanup: Removed set packet type ad voice settings
/external/bluetooth/bluez/src/main.c
506c95298346d318304aa7e2211dfba5dbe6e3e0 27-Aug-2008 Claudio Takahasi <claudio.takahasi@openbossa.org> Storage cleanup
/external/bluetooth/bluez/src/main.c
35c816551da6c423d9ee84362ef387a2643a5e7d 27-Aug-2008 Marcel Holtmann <marcel@holtmann.org> Remove unused alloc_device_opts() function
/external/bluetooth/bluez/src/main.c
bae34785e2fb371509eb0a2c7529f0fe2454dde8 26-Aug-2008 Claudio Takahasi <claudio.takahasi@openbossa.org> Removed warnings
/external/bluetooth/bluez/src/main.c
166c0e6f19b0a8cecd58d09701402b5fb8ae46d0 25-Aug-2008 Claudio Takahasi <claudio.takahasi@openbossa.org> Cleanup: unnecessary includes
/external/bluetooth/bluez/src/main.c
00255d4391f5c87957cdde4c94d0eac64bb66588 06-Aug-2008 Marcel Holtmann <marcel@holtmann.org> Set proper default link mode and link policy
/external/bluetooth/bluez/src/main.c
9933c8568501165ed4426640cf6c9024eb4b4a21 05-Aug-2008 Marcel Holtmann <marcel@holtmann.org> Remove obsolete security and pairing option
/external/bluetooth/bluez/src/main.c
6381c74dc2de8b4887ce3a1b41b935f91c2287fc 05-Aug-2008 Marcel Holtmann <marcel@holtmann.org> Remove the default PIN code option
/external/bluetooth/bluez/src/main.c
1e62c84478c5eccbfbd22cb3c77a6e49cdc3b992 05-Aug-2008 Marcel Holtmann <marcel@holtmann.org> Set list separator before loading the config file
/external/bluetooth/bluez/src/main.c
5eb50e89d12e9e8f89b29145edaf9bdef7e7d597 05-Aug-2008 Marcel Holtmann <marcel@holtmann.org> Use GLib option parsing instead of getopt
/external/bluetooth/bluez/src/main.c
a32da554cb16e4fe676705edd16eea0bf89a2f0b 05-Aug-2008 Johan Hedberg <johan.hedberg@nokia.com> Add support for main.conf configuration file
/external/bluetooth/bluez/src/main.c
515eb3abe9771d5509a84df57ae8ecb17e0254b4 05-Aug-2008 Johan Hedberg <johan.hedberg@nokia.com> Use , instead of ; for list separator in main.conf
/external/bluetooth/bluez/src/main.c
7a58d1c90599659a8648cb4ae9257fb7b9b5bde6 04-Aug-2008 Marcel Holtmann <marcel@holtmann.org> Fix bluetoothd usage text
/external/bluetooth/bluez/src/main.c
395be16f30cd10001707c6a1ce593308029cc4cc 04-Aug-2008 Marcel Holtmann <marcel@holtmann.org> Fix usage and syslog prefix
/external/bluetooth/bluez/src/main.c
8f0965f1091a7ecf5f315108b7d7876dc0a68f3b 04-Aug-2008 Marcel Holtmann <marcel@holtmann.org> Remove SDP server and experimental option
/external/bluetooth/bluez/src/main.c
e0581b5e29c71c4a0b429ebad671e9bb5583f8e0 29-Jul-2008 Marcel Holtmann <marcel@holtmann.org> Move hcid to src directory and rename it to bluetoothd
/external/bluetooth/bluez/src/main.c