72 Commits

Author SHA1 Message Date
Matthias Ringwald
8129e5420f daemon: add --with-intel-usb 2018-09-21 16:07:03 +02:00
Matthias Ringwald
0a2968eba9 daemon: avoid dependency to libgcc for libBTstackServer.dll 2018-09-12 16:23:09 +02:00
Matthias Ringwald
fb4ddcf3a9 daemon: use current dir on windows, enable le secure connections 2018-08-24 10:56:45 +02:00
Matthias Ringwald
f33a455d6e daemon: enable LE_SECURE_CONNECTIONS 2018-08-23 17:28:59 +02:00
Matthias Ringwald
28eca24fc7 daemon: add -fPIC to CFLAGS 2018-08-22 16:03:32 +02:00
Matthias Ringwald
de9043e06a daemon: speed up compilation by specifying .o files instead of .c files 2018-08-22 15:22:45 +02:00
Matthias Ringwald
e9b5398432 daemon: use btstack_link_key_db_tlv for all targets 2018-08-22 15:07:37 +02:00
Matthias Ringwald
a05b2457aa daemon: configure TLV, btstack_link_key_db and le_device_db 2018-08-22 14:56:15 +02:00
Matthias Ringwald
e37dfee64d daemon: add ENABLE_GATT_CLIENT_PAIRING 2018-08-21 21:08:01 +02:00
Matthias Ringwald
abb9d6cb30 daemon: fix libusb detection 2018-08-15 16:55:43 +02:00
Matthias Ringwald
51102e1820 daemon: use USB_CFLAGS/LDFLAGS, set linker flags for winusb 2018-08-15 16:32:42 +02:00
Matthias Ringwald
6358dec73f daemon: use USB_CFLAGS/LDFLAGS, set linker flags for winusb 2018-08-15 16:22:15 +02:00
Matthias Ringwald
09cf815907 daemon: fix example compile 2018-08-15 08:50:21 +02:00
Matthias Ringwald
2ab223899f daemon: use btstack_uart_block_windows.c on mingw* 2018-08-14 22:42:35 +02:00
Matthias Ringwald
5a351b2046 daemon: use hci_trasnport_h2_winusb.c on mingw* 2018-08-14 22:28:46 +02:00
Matthias Ringwald
3d0114c2da deamon: only check for libusb if needed 2018-08-14 22:20:00 +02:00
Matthias Ringwald
1686c0ed24 daemon: use btstack_run_loop_windows for mingw* 2018-08-14 22:13:07 +02:00
Matthias Ringwald
71d91108d5 daemon: sort linker flags to fix mingw64 compile 2018-08-14 21:40:41 +02:00
Matthias Ringwald
bce95a1644 daemon: define HAVE_UNIX_SOCKETS if not on mingw 2018-08-14 17:45:15 +02:00
Matthias Ringwald
9277c44334 daemon: fix hci_dump to file 2018-06-19 09:22:35 +02:00
Matthias Ringwald
875088e2a4 daemon: improve iOS warning 2018-06-18 12:29:53 +02:00
Matthias Ringwald
ad7ef80b35 deamon: compile BTstack Server as libBTstackServer.[dll|so|dsym] 2018-06-18 11:32:59 +02:00
Matthias Ringwald
b94c7d9dc9 daemon: add btstack_crypto.c 2018-04-19 17:32:03 +02:00
Matthias Ringwald
e07b53a618 add btstack_tlv.c to most ports 2017-11-09 13:39:04 +01:00
Matthias Ringwald
49232d5c0e fix compile 2017-05-17 23:22:05 +02:00
Matthias Ringwald
22aa151238 le_device_db_memory: make nr of entries configurable via MAX_NR_LE_DEVICE_DB_ENTRIES 2017-02-11 22:44:02 +01:00
Matthias Ringwald
f12924e0a6 Remove ENABLE_LOG_INTO_HCI_DUMP - it only affected console output and there enabled/disabled the timestamp 2017-01-30 17:03:37 +01:00
Matthias Ringwald
e7f94a8ee6 daemon: fix compile 2017-01-15 22:38:16 +01:00
Matthias Ringwald
7353fdb4f5 fix compile: test + daemon 2017-01-14 22:24:22 +01:00
Matthias Ringwald
ff964d8e0b libusb: move hci_transport_h2_libusb.c into platform/libusb to fix compile daemon with h2 2016-09-28 09:39:37 +02:00
Matthias Ringwald
bd021c4e5b h4/h5: move platform independent implementations into core 2016-04-22 16:23:23 +02:00
Matthias Ringwald
b300903afd btstack_uart_block_posix: inline btstack_uart_posix 2016-04-20 12:27:39 +02:00
Matthias Ringwald
f708cc5325 daemon: fix compile 2016-04-19 22:22:23 +02:00
Matthias Ringwald
4e1f769360 daemon: fix compile 2016-04-13 14:05:11 +02:00
Matthias Ringwald
d0755cd68c prefix POSIX related HAVE_ defines 2016-03-30 10:59:47 +02:00
Matthias Ringwald
e32b1c032a drop HAVE_SO_NOSIGPIPE 2016-03-29 21:51:43 +02:00
Matthias Ringwald
f8d88472fc rename cocoa to corefoundation 2016-03-28 13:15:21 +02:00
Matthias Ringwald
e3f52beb49 daemon: fix compile 2016-03-28 11:36:15 +02:00
Matthias Ringwald
40d883bd01 replace bzero with memset and drop HAVE_BZERO 2016-03-27 22:49:03 +02:00
Matthias Ringwald
efda0b48f9 sdp_util: extract sdp_create_spp_service into spp_server and use spp_create_sdp_record 2016-03-17 11:24:38 +01:00
Matthias Ringwald
763c9b6f30 sdp_client: rename sdp_query_rfcomm -> sdp_client_query_rfcom 2016-03-17 10:58:11 +01:00
Matthias Ringwald
8070883bfe .gitignore 2016-03-08 10:19:16 +01:00
Matthias Ringwald
8c274258eb daemon: no btstack_device_name_db_fs.c yet 2016-03-04 15:15:25 +01:00
Matthias Ringwald
fc64f94a83 use hci_con_handle_t more 2016-02-19 13:57:49 +01:00
Matthias Ringwald
2531c97e16 daemon: move examples from example/daemon to platform/daemon/example. fix mtk compile 2016-02-19 10:33:52 +01:00
Matthias Ringwald
023f27646b sdp_query_util: inline into sdp_util and sdp_client 2016-02-18 12:10:47 +01:00
Matthias Ringwald
871e126195 sdp_client: remove sdp_parser.c references 2016-02-17 20:54:21 +01:00
Matthias Ringwald
591423b2a5 att -> att_db 2016-02-11 21:23:06 +01:00
Matthias Ringwald
746ccb7e4a rename sdp -> sdp_server 2016-02-07 00:16:04 +01:00
Matthias Ringwald
af204097d5 daemon/ios: use btstack_device_name_db_fs or _cocoa if appropriate 2016-02-02 22:32:29 +01:00