commit | b6ddb638235d90ed67af9af40e63880fd66a1939 | [log] [tgz] |
---|---|---|
author | Johan Hedberg <johan.hedberg@intel.com> | Tue Apr 02 13:34:31 2013 +0300 |
committer | Johan Hedberg <johan.hedberg@intel.com> | Thu Apr 04 19:16:04 2013 +0300 |
tree | acb90fd3ac15d2e879a2f1df5a5992b9c3d40afd | |
parent | 1687dfc3dcecd7f22f60461b562b9ae3171eb93e [diff] |
Bluetooth: Track received events in hdev This patch adds tracking of received HCI events to the hci_dev struct. This is necessary so that a subsequent patch can implement a function for sending a single command synchronously and returning the resulting command complete parameters in the function return value. Signed-off-by: Johan Hedberg <johan.hedberg@intel.com> Acked-by: Marcel Holtmann <marcel@holtmann.org>