48 Commits

Author SHA1 Message Date
Matthias Ringwald
95a8ee01a4 btstack_stdin: provide console input in callback 2017-05-27 21:50:39 +02:00
Matthias Ringwald
7ea7688a8f btstack_stdin: replace stdin_support.[ch] with btstack_stdin.h and platform implementations 2017-05-27 21:50:19 +02:00
Milanka Ringwald
f3bf92b5f8 fix compile 2016-04-01 16:07:44 +02:00
Matthias Ringwald
3c5f85690a Merge branch 'develop' of https://github.com/bluekitchen/btstack into develop 2016-04-01 14:52:08 +02:00
Matthias Ringwald
13e6e052f6 pts: fix compile 2016-04-01 14:50:10 +02:00
Milanka Ringwald
508c11d664 use getters in BNEP_EVENT_CHANNEL_OPENED 2016-04-01 14:49:31 +02:00
Milanka Ringwald
be7cc9a0c2 use btstack_event_state_get_state 2016-04-01 12:27:13 +02:00
Matthias Ringwald
423c667c13 bnep: add bnep_cid to all events, generate bnep event getters, BNEP_EVENT_OPEN_CHANNEL_COMPLETE -> BNEP_EVENT_CHANNEL_OPENED 2016-04-01 11:41:58 +02:00
Matthias Ringwald
2d4c8c042f bnep: BNEP_EVENT_CAN_SEND_NOW instead of BNEP_EVENT_READY_TO_SEND 2016-03-31 15:18:39 +02:00
Matthias Ringwald
3583331350 fix prototypes for fn() 2016-03-28 11:54:38 +02:00
Matthias Ringwald
40d883bd01 replace bzero with memset and drop HAVE_BZERO 2016-03-27 22:49:03 +02:00
Matthias Ringwald
c4ae7169b8 runloop: replace struct btstack_data_source with btstack_data_source_t 2016-03-24 20:26:16 +01:00
Matthias Ringwald
a3bf6c7b6d pan: use pan_create_X_sdp_record 2016-03-17 11:28:46 +01:00
Matthias Ringwald
15a95bd5aa gap: declare more hci functions as gap functions 2016-02-18 17:12:57 +01:00
Matthias Ringwald
33885e447f pts: fix compile 2016-02-12 16:41:58 +01:00
Matthias Ringwald
073bd0fad0 hci: COMMAND_COMPLETE_EVENT->HCI_EVENT_IS_COMMAND_COMPLETE. COMMAND_STATUS_EVENT->HCI_EVENT_IS_COMMAND_STATUS 2016-02-11 16:12:55 +01:00
Matthias Ringwald
9c80e4cce8 util.h: rename swapX into reverse_x 2016-02-11 14:37:22 +01:00
Matthias Ringwald
058e3d6b6b util.h: use lower case for bd_addr_copy and bd_addr_cmp 2016-02-10 17:09:24 +01:00
Matthias Ringwald
746ccb7e4a rename sdp -> sdp_server 2016-02-07 00:16:04 +01:00
Matthias Ringwald
c5b64319fd l2cap: don't forward HCI to l2cap packet handler. Replace l2cap_register_packet_handler with hci_add_event_handler. Fix tests 2016-02-03 21:55:36 +01:00
Matthias Ringwald
f8fbdce0c5 use little/big_endian_read/store_16/24/32 2016-01-31 00:07:32 +01:00
Matthias Ringwald
7907f06931 btstack-config.h -> btstack_config.h 2016-01-21 15:41:16 +01:00
Matthias Ringwald
5604262918 hci_cmds -> hci_cmd 2016-01-21 11:33:17 +01:00
Matthias Ringwald
eb8860135e fix missing bstack_ for struct data_source and struct timer. utils->btstack_util 2016-01-20 16:10:07 +01:00
Matthias Ringwald
8263662281 run_loop.h -> btstack_run_loop.h 2016-01-20 15:08:39 +01:00
Matthias Ringwald
106e8b67f6 pass in service record handle for sdp pan create 2015-11-25 16:01:50 +01:00
Matthias Ringwald
9293bfa465 rework SDP Service Record management. Service Records can be stored in ROM, daemon creates records on the heap 2015-11-15 20:56:59 +01:00
Matthias Ringwald
f1a4af62ee drop connection from sdp register/unregister 2015-11-15 14:02:45 +01:00
Matthias Ringwald
0cc6429e00 drop connection from bnep implementation 2015-11-13 23:09:03 +01:00
Matthias Ringwald
c5a819b6c9 fix more l2cap packet handler 2015-11-13 22:03:53 +01:00
Matthias Ringwald
3edc84c5b6 fix paths after source reorg 2015-11-13 15:04:41 +01:00
Matthias Ringwald
e7057cf0c6 use big endian to calculate IPv4 checksum 2015-11-07 08:54:24 +01:00
Matthias Ringwald
195a80287b removed btstack/include folder 2015-10-15 16:33:34 +02:00
Matthias Ringwald
6bcbafa869 fix error in ipv4 llmnr dns data 2015-08-03 14:46:00 +02:00
Matthias Ringwald
e527a5be3f work on ipv6 llmnr request 2015-08-03 14:40:47 +02:00
Matthias Ringwald
352163a8f6 work on ipv6 llmnr request 2015-08-03 14:34:09 +02:00
Matthias Ringwald
12a752750c try sending ipv6 llmnr request 2015-08-03 14:16:35 +02:00
Matthias Ringwald
53c01e24d4 add 'send ipv4 llmnr request 2015-07-16 16:51:21 +02:00
Matthias Ringwald
55a9effef2 send ipv6 neighour discovery protocol neighbor soliciation message 2015-07-16 14:57:16 +02:00
Matthias Ringwald
a6e992ec11 added 'send ARP IPv4' 2015-07-16 12:53:09 +02:00
Matthias Ringwald
117bd1d8e9 provide PANU SDP record 2015-07-16 12:25:28 +02:00
Matthias Ringwald
944e1e9557 also send ipv6 ping requests 2015-07-15 16:44:26 +02:00
Matthias Ringwald
2b4a9ca24a send icmp ping ipv4 2015-07-15 16:15:14 +02:00
Matthias Ringwald
e02d2a7fba respond to PTS ICMP Ping 2015-07-15 15:51:21 +02:00
Matthias Ringwald
99ecc4c71e pass src and dest uuid for bnep_connect 2015-07-10 17:02:25 +02:00
Matthias Ringwald
bced8a331e fix src/dst compressed 2015-07-10 16:21:56 +02:00
Matthias Ringwald
b7e28d92a5 remove #include <termios.h> from pts tests 2015-06-19 11:27:40 +02:00
Matthias Ringwald
4fc359d955 moved hsp implementation to src/ and all pts tests to test/pts 2015-06-12 22:16:57 +02:00