bluetooth/btCoreData: Add missing api_version
This commit is contained in:
parent
13afb4fb37
commit
ebffd5b138
@ -14,6 +14,10 @@
|
|||||||
#define BT_DEBUG_THIS_MODULE
|
#define BT_DEBUG_THIS_MODULE
|
||||||
#include <btDebug.h>
|
#include <btDebug.h>
|
||||||
|
|
||||||
|
|
||||||
|
int32 api_version = B_CUR_DRIVER_API_VERSION;
|
||||||
|
|
||||||
|
|
||||||
DoublyLinkedList<HciConnection> sConnectionList;
|
DoublyLinkedList<HciConnection> sConnectionList;
|
||||||
net_buffer_module_info* gBufferModule = NULL;
|
net_buffer_module_info* gBufferModule = NULL;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user