Add a virtual HCI.
authorbalrog <balrog@c046a42c-6fe2-441c-8c8c-71466251a162>
Mon, 29 Sep 2008 00:02:34 +0000 (00:02 +0000)
committerbalrog <balrog@c046a42c-6fe2-441c-8c8c-71466251a162>
Mon, 29 Sep 2008 00:02:34 +0000 (00:02 +0000)
commit4e38eb5438f254c7f2d588ee15a8045e734143bd
tree7d9ef376f1f2fabe57271fcdfeda69c80d3996bc
parentfb599c9a030ac438755627f5919bfc40a57a0b9e
Add a virtual HCI.

This implements most of the logic of a real HCI (at least the pieces
marked as mandatory).  It doesn't support keys, authentication etc.
It works on top of the LMP layer, which is not fully emulated because
software never has direct access to it.

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5345 c046a42c-6fe2-441c-8c8c-71466251a162
Makefile
hw/bt-hci.c [new file with mode: 0644]
hw/bt.h