mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-03-17 10:20:50 +00:00
12 lines
177 B
C
12 lines
177 B
C
/*
|
|
* hci_h4_transport.h
|
|
*
|
|
* Created by Matthias Ringwald on 4/29/09.
|
|
*
|
|
*/
|
|
#pragma once
|
|
|
|
#include "hci_transport.h"
|
|
|
|
extern hci_transport_t * hci_transport_h4_instance();
|