1 /* 2 * hci_h4_transport.h 3 * 4 * Created by Matthias Ringwald on 4/29/09. 5 * 6 */ 7 #pragma once 8 9 #include "hci_transport.h" 10 11 extern hci_transport_t hci_h4_transport; 12
1 /* 2 * hci_h4_transport.h 3 * 4 * Created by Matthias Ringwald on 4/29/09. 5 * 6 */ 7 #pragma once 8 9 #include "hci_transport.h" 10 11 extern hci_transport_t hci_h4_transport; 12