btstack/src/hci_transport_h4.h
2009-07-08 22:21:02 +00:00

15 lines
202 B
C

/*
* hci_h4_transport.h
*
* Created by Matthias Ringwald on 4/29/09.
*
*/
#pragma once
#include "hci_transport.h"
/* HCI packet types */
extern hci_transport_t * hci_transport_h4_instance();