btstack/trunk/hci.h
matthias.ringwald 76a09ef37a prototyping
2009-04-29 21:53:15 +00:00

15 lines
195 B
C

/*
* hci.h
*
* Created by Matthias Ringwald on 4/29/09.
*
*/
#pragma once
#include "hci_transport.h"
// run the hci daemon loop
void hci_run(hci_transport_t *transport, void *config);