bluez/plugins
Alok Barsode d2a6bf00af Implement Class of Device cache for async behaviour.
In order to avoid race conditions for setting the Class of Device
asynchronously a queuing mechanism is needed. This patch implements that
by having the following variables in the adapter struct:

adapter->current_cod
		The currently set CoD
adapter->pending_cod
		CoD of a hci_write_cod command which didn't complete yet.
adapter->wanted_cod
		The CoD value that is ultimately desired but might not
		have been set yet.
2009-08-15 03:03:56 +03:00
..
echo.c Add support for builtin plugins 2009-05-03 18:54:22 -07:00
hal.c Implement Class of Device cache for async behaviour. 2009-08-15 03:03:56 +03:00
hciops.c Implement Class of Device cache for async behaviour. 2009-08-15 03:03:56 +03:00
Makefile.am Build the builtin plugins along with the daemon 2009-08-09 14:05:57 -07:00
netlink.c Add support for builtin plugins 2009-05-03 18:54:22 -07:00
service.c Fix memory leak. 2009-05-05 17:27:08 -03:00
storage.c Add support for builtin plugins 2009-05-03 18:54:22 -07:00