mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-03-01 10:13:29 +00:00
reorder includes a bit
This commit is contained in:
parent
377e8340f8
commit
cf6f02ed7f
@ -54,6 +54,7 @@
|
|||||||
|
|
||||||
#include "hci.h"
|
#include "hci.h"
|
||||||
#include "hci_dump.h"
|
#include "hci_dump.h"
|
||||||
|
#include "hci_transport.h"
|
||||||
#include "l2cap.h"
|
#include "l2cap.h"
|
||||||
#include "sdp.h"
|
#include "sdp.h"
|
||||||
#include "socket_connection.h"
|
#include "socket_connection.h"
|
||||||
@ -66,13 +67,8 @@
|
|||||||
#include "platform_iphone.h"
|
#include "platform_iphone.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef HAVE_TRANSPORT_H4
|
|
||||||
#include "hci_transport.h"
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifdef HAVE_TRANSPORT_USB
|
#ifdef HAVE_TRANSPORT_USB
|
||||||
#include <libusb-1.0/libusb.h>
|
#include <libusb-1.0/libusb.h>
|
||||||
#include "hci_transport_usb.h"
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define DAEMON_NO_CONNECTION_TIMEOUT 20000
|
#define DAEMON_NO_CONNECTION_TIMEOUT 20000
|
||||||
@ -382,6 +378,7 @@ int main (int argc, char * const * argv){
|
|||||||
|
|
||||||
// init SDP
|
// init SDP
|
||||||
sdp_init();
|
sdp_init();
|
||||||
|
// sdp_test();
|
||||||
|
|
||||||
#ifdef USE_LAUNCHD
|
#ifdef USE_LAUNCHD
|
||||||
socket_connection_create_launchd();
|
socket_connection_create_launchd();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user