81 Commits

Author SHA1 Message Date
Matthias Ringwald
43b344c96e daemon: enable software aes128 2021-05-19 09:37:41 +02:00
Matthias Ringwald
7435ec7b56 hci_dump: use hci_dump_posix_fs with PacketLogger format in all posix ports 2021-03-11 15:53:45 +01:00
Matthias Ringwald
6f122aa372 Remove btstack_run_loop_base from port and test 2021-03-08 10:39:10 +01:00
Matthias Ringwald
eda177a49c btstack_run_loop_posix: use run loop base (build) 2021-03-05 11:46:58 +01:00
Matthias Ringwald
793a050932 h4 posix ports: use btstack_uart_posix instead of btstack_uart_block_posix 2021-03-03 09:42:01 +01:00
Matthias Ringwald
95f861f5a6 daemon: fix configure.ac 2020-11-19 14:32:26 +01:00
Matthias Ringwald
2c0de6c948 port/daemon: add enable printf hexdump 2020-11-06 14:38:41 +01:00
Matthias Ringwald
ccaf0865c0 port: allow make clean without first building the daemon 2020-10-05 16:11:34 +02:00
Matthias Ringwald
be3a5e5ff9 fix compile tool/metrics and port/daemon 2020-07-13 18:31:49 +02:00
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