[Bluetooth] Update class of device value whenever possible
authorMarcel Holtmann <marcel@holtmann.org>
Mon, 14 Jul 2008 18:13:47 +0000 (20:13 +0200)
committerMarcel Holtmann <marcel@holtmann.org>
Mon, 14 Jul 2008 18:13:47 +0000 (20:13 +0200)
commitc7bdd5026d28d178238bd794c61612602a54d55e
treec79bd21f11ceacdf31255c536861587edb8967b5
parentf383f2750af19fe6f820edf40d8729f9741c5b37
[Bluetooth] Update class of device value whenever possible

The class of device value can only be retrieved via inquiry or during
an incoming connection request. Outgoing connections can't ask for the
class of device. To compensate for this the value is stored and copied
via the inquiry cache, but currently only updated via inquiry. This
update should also happen during an incoming connection request.

Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
net/bluetooth/hci_event.c