xref: /btstack/src/hci.c (revision 1f504dbd5135d2c21a5ed551f93dace213b10532)
1 /*
2  *  hci.c
3  *
4  *  Created by Matthias Ringwald on 4/29/09.
5  *
6  */
7 
8 #include "hci.h"
9 
10 void hci_run(hci_transport_t *transport, void *config){
11 }
12