mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-03-01 10:13:29 +00:00
15 lines
202 B
C
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();
|