mirror of
https://git.kernel.org/pub/scm/bluetooth/bluez.git
synced 2024-11-16 08:44:38 +08:00
d2a6bf00af
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. |
||
---|---|---|
.. | ||
echo.c | ||
hal.c | ||
hciops.c | ||
Makefile.am | ||
netlink.c | ||
service.c | ||
storage.c |