mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-03-25 16:43:28 +00:00
12 lines
145 B
C
12 lines
145 B
C
/*
|
|
* hci.c
|
|
*
|
|
* Created by Matthias Ringwald on 4/29/09.
|
|
*
|
|
*/
|
|
|
|
#include "hci.h"
|
|
|
|
void hci_run(hci_transport_t *transport, void *config){
|
|
}
|