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
|
15c7f428a6
|
daemon: reduce log output
|
2018-08-15 16:37:27 +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
|
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
|
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
|
3a6c8b019e
|
daemon/socket_connection: guard unix socket code by HAVE_UNIX_SOCKETS
|
2018-08-14 17:50:12 +02:00 |
|
Matthias Ringwald
|
398a95ec8e
|
run_loop: avoid anonymous union
|
2018-07-05 23:07:52 +02:00 |
|
Matthias Ringwald
|
82c9843e67
|
java: don't hexdump send packets
|
2018-06-18 12:03:28 +02:00 |
|
Matthias Ringwald
|
1884f13fb9
|
java: fix TCP receive
|
2018-06-18 12:02:43 +02:00 |
|
Matthias Ringwald
|
19830e3fd9
|
daemon: fix warnings
|
2017-06-15 14:32:52 +02:00 |
|
Matthias Ringwald
|
ab2c6ae4b7
|
tool: add update_filename.py that adds __BTSTACK_FILE__ to every .c file for use with debug output instead of __FILE__
|
2017-03-24 23:39:20 +01:00 |
|
Matthias Ringwald
|
a046efa634
|
ios: fix build
|
2016-10-25 11:47:20 +02:00 |
|
Matthias Ringwald
|
8c9f78e5bf
|
deamon: fix compile warnings with H2
|
2016-09-28 09:38:51 +02:00 |
|
Matthias Ringwald
|
7ef6a7bbd9
|
l2cap: drop reason arg for l2cap_decline_connection - only 'no resources' expected
|
2016-07-17 22:49:15 +02:00 |
|
Matthias Ringwald
|
084ad01c1a
|
hci_transport/btstack_uart_block: create btstack_uart_block_embedded on top of hal_uart_dma. Pass in uart driver to H4/H5 instances
|
2016-04-20 23:18:15 +02:00 |
|
Matthias Ringwald
|
0ce46700de
|
gatt_client: drop packet handler for gatt_client_write_value_of_characteristic_without_response
|
2016-04-08 12:35:18 +02:00 |
|
Milanka Ringwald
|
8121ebc2cb
|
fix compile
|
2016-04-01 17:11:32 +02:00 |
|
Milanka Ringwald
|
b6d4e5c9ae
|
use l2cap event getters
|
2016-04-01 17:06:49 +02:00 |
|
Milanka Ringwald
|
10cad10245
|
use getters in HCI_EVENT_LE_META
|
2016-04-01 16:28:01 +02:00 |
|
Matthias Ringwald
|
1bb145c93b
|
daemon: fix compile
|
2016-04-01 16:10:26 +02:00 |
|
Matthias Ringwald
|
8b26961ae5
|
mtk: fix hci transport, daemon: fix compile
|
2016-04-01 16:04:35 +02:00 |
|
Matthias Ringwald
|
62c64df103
|
daemon: prefix l2cap/rfcomm/sdp events only used by daemon
|
2016-04-01 15:37:36 +02:00 |
|
Matthias Ringwald
|
a232af0476
|
daemon: fix compile
|
2016-04-01 15:12:40 +02:00 |
|
Milanka Ringwald
|
32fe02795b
|
use hci_event_link_key_request_get_bd_addr
|
2016-04-01 14:43:59 +02:00 |
|
Milanka Ringwald
|
caa8239151
|
use getters in RFCOMM_EVENT_INCOMING_CONNECTION and RFCOMM_EVENT_CHANNEL_OPENED
|
2016-04-01 14:31:18 +02:00 |
|
Milanka Ringwald
|
a6ef64ba22
|
use hci_event_pin_code_request_get_bd_addr
|
2016-04-01 14:04:14 +02:00 |
|
Milanka Ringwald
|
be7cc9a0c2
|
use btstack_event_state_get_state
|
2016-04-01 12:27:13 +02:00 |
|
Milanka Ringwald
|
f8744dea34
|
use hci_event_inquiry_result_get_num_responses
|
2016-04-01 12:16:32 +02:00 |
|
Matthias Ringwald
|
c9eeefbc1a
|
events: RFCOMM_EVENT_OPEN_CHANNEL_COMPLETE -> RFCOMM_EVENT_CHANNEL_OPENED
|
2016-03-31 23:41:19 +02:00 |
|
Matthias Ringwald
|
f8f6a918bd
|
events: RFCOMM_EVENT_OPEN_CHANNEL_COMPLETE -> RFCOMM_EVENT_CHANNEL_OPENED
|
2016-03-31 23:37:33 +02:00 |
|
Matthias Ringwald
|
9490bce5e8
|
fix compile
|
2016-03-29 22:05:00 +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
|
af0d0df5e5
|
replace malloc+memset by calloc
|
2016-03-27 23:01:37 +02:00 |
|
Matthias Ringwald
|
a32d71b603
|
replace malloc+memset by calloc
|
2016-03-27 22:54:25 +02:00 |
|
Matthias Ringwald
|
51acb41463
|
fix old contact email
|
2016-03-26 22:03:43 +01:00 |
|
Matthias Ringwald
|
24ced5a6f6
|
runloop: enable callback for all data sources
|
2016-03-24 22:12:50 +01:00 |
|
Matthias Ringwald
|
896424b78e
|
runloop: add data source callback type to ds handler
|
2016-03-24 21:53:42 +01:00 |
|
Matthias Ringwald
|
7cd5ef9557
|
runloop: pass callback type to data source process functions
|
2016-03-24 20:46:20 +01:00 |
|