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