8285 Commits

Author SHA1 Message Date
Matthias Ringwald
3a7447a300 pbap: add pbap_get_phonebook_size to get phonebook entry count 2018-08-20 20:35:56 +02:00
Matthias Ringwald
fafbca75fd pbap: add PBAP_SUBEVENT_PHONEBOOK_SIZE event 2018-08-20 20:30:41 +02:00
Matthias Ringwald
e69ef7647f obex: add pbap application parameter type ids 2018-08-20 20:29:34 +02:00
Matthias Ringwald
ce4de57332 goep_client: add goep_client_add_header_application_parameters 2018-08-20 17:47:18 +02:00
Matthias Ringwald
4c293e47ef daemon: add btstack_server_run_tcp() 2018-08-20 11:23:16 +02:00
Matthias Ringwald
ee252d543b daemon: provide btstack_server.h 2018-08-20 10:56:12 +02:00
Matthias Ringwald
85fb050059 daemon: extract command line handling, provide btstack_server_run 2018-08-20 10:22:22 +02:00
Matthias Ringwald
c028280874 goep_client: fix handling of RFCOMM Channel Closed Event 2018-08-17 17:13:44 +02:00
Matthias Ringwald
be62b31359 wiced: update list of source files 2018-08-17 10:59:52 +02:00
Matthias Ringwald
01259e62f1 wiced: remove le_device_db_memory.c from build 2018-08-15 19:31:40 +02:00
Matthias Ringwald
abb9d6cb30 daemon: fix libusb detection 2018-08-15 16:55:43 +02:00
Matthias Ringwald
15c7f428a6 daemon: reduce log output 2018-08-15 16:37:27 +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
0d54ffa102 daemon/socket_connection: fix send packet for win32 2018-08-15 16:28:49 +02:00
Matthias Ringwald
ec7a14efef daemon: fix memory leak in socket_connection 2018-08-15 16:23:36 +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
ddca189c91 daemon: implement win32 version of socket_connection 2018-08-15 16:04:57 +02:00
Matthias Ringwald
ba2b4ec976 daemon: avoid warning when using usb transport 2018-08-15 15:59:12 +02:00
Matthias Ringwald
09cf815907 daemon: fix example compile 2018-08-15 08:50:21 +02:00
Matthias Ringwald
2ca78d1806 daemon: fix example compile 2018-08-15 08:46:39 +02:00
Matthias Ringwald
fa968b9965 daemon: fix example compile 2018-08-15 08:06:12 +02:00
Matthias Ringwald
b9dcd1cc6b daemon: use windows run loop and uart block 2018-08-14 22:56:39 +02:00
Matthias Ringwald
092bd57e49 daemon: winsock2.h needed for gethostname on windows 2018-08-14 22:46:25 +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
42963ecee0 daemon: make TCP default if not HAVE_UNIX_SOCKETS 2018-08-14 21:13:53 +02:00
Matthias Ringwald
33845bfee4 daemon/socket_connection: only define S_IRWXG and S_IRWXO on demand 2018-08-14 20:58:01 +02:00
Matthias Ringwald
aaef358bb1 mtk: add HAVE_UNIX_SOCKETS to fix compile 2018-08-14 20:53:46 +02:00
Matthias Ringwald
3a6c8b019e daemon/socket_connection: guard unix socket code by HAVE_UNIX_SOCKETS 2018-08-14 17:50:12 +02:00
Matthias Ringwald
bce95a1644 daemon: define HAVE_UNIX_SOCKETS if not on mingw 2018-08-14 17:45:15 +02:00
Matthias Ringwald
ec8ca29f14 tinydir: use upstream, only use PATH_MAX if defined 2018-08-14 16:10:23 +02:00
Matthias Ringwald
d73deab639 att_db: only log security check in log_debug 2018-08-13 15:51:54 +02:00
Matthias Ringwald
ab16fff0ac ios:f ix compile -> named union on btstack_data_source_t 2018-08-13 09:37:29 +02:00
Matthias Ringwald
b43fd83de0 windows:f ix compile -> named union on btstack_data_source_t 2018-08-10 23:03:38 +02:00
Matthias Ringwald
47a8bf93ea example/le_streamer: handle LE Connection Complete only once 2018-08-09 22:25:51 +02:00
Matthias Ringwald
bdd0a871d0 example/le_streamer_client: init sm before gatt client 2018-08-06 20:32:47 +02:00
Matthias Ringwald
9be4aecf32 compile_gatt: Allow enable Notifications/Indication with Write Command. Fixes issue with some Android devices 2018-08-05 22:49:29 +02:00
Matthias Ringwald
e075f7ae05 example/a2dp_sink_demo: fix compile 2018-08-03 22:34:53 +02:00
Matthias Ringwald
bf85c2858a merge fixes from master 2018-08-03 22:20:28 +02:00
Matthias Ringwald
32b6d931de doc: merge comment on RFCOMM packet boundaries from master 2018-08-03 22:15:09 +02:00
Matthias Ringwald
e22dfdb8aa example/a2dp_sink_demo: cleanup console interface 2018-08-03 22:14:45 +02:00
Matthias Ringwald
4ab2ed49bb example/le_streamer: fix optional code to request connection parameter updates 2018-08-02 12:52:41 +02:00
Matthias Ringwald
b78fcc8952 wiced: mention Inventek Systems ISM4343 2018-07-31 10:16:04 +02:00
Matthias Ringwald
aa981441af posix: fix parsing of command line args to select USB or UART device 2018-07-30 11:22:50 +02:00
Matthias Ringwald
6e4c47b0cf raspi: use H4 for Raspberry Pi Zero W with Hardware UART / Flow Control 2018-07-29 22:40:30 +02:00
Matthias Ringwald
55250ca236 raspi: BT_REG_EN on GPIO 45 on Pi Zero W 2018-07-29 22:18:19 +02:00
Matthias Ringwald
6d6471dc9e Documentation for Raspberry Pi 3 port in port/raspi 2018-07-29 13:45:30 +02:00