Commit Graph

27 Commits

Author SHA1 Message Date
Matthias Ringwald
84693d68c6 network: fix compile, add btstack_network_get_name 2017-11-07 22:10:15 +01:00
Matthias Ringwald
a7473022f2 network: extract POSIX network code into btstack_network_posix and use in panu_demo 2017-11-07 16:42:06 +01:00
Milanka Ringwald
58d7a529a0 update examples docu 2017-11-01 15:35:16 +01:00
Matthias Ringwald
e0f9c2f9a3 panu_demo: fix SDP remote log output 2017-10-26 15:42:09 +02:00
Matthias Ringwald
36b4a12c09 panu_demo: enable tun interface read callback 2017-09-08 15:56:24 +02:00
Matthias Ringwald
dbc206868b panu_demo: also log bnep send 2017-09-07 17:12:51 +02:00
Matthias Ringwald
60f21f5228 panu_demo: request can send now, log received network packets 2017-09-07 17:02:06 +02:00
Matthias Ringwald
b5a442a757 panu_demo: prefer NAP over PANU 2017-09-06 15:19:44 +02:00
Matthias Ringwald
7693aad03d panu_demo: connect to BNEP after SDP query is complete 2017-09-04 13:05:09 +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
Matthias Ringwald
6316c8ed51 example: fix warning for unused argc, argv 2017-05-22 22:04:20 +02:00
Matthias Ringwald
4d2bcd2adc example/panu_demo: fix compile, use gap pairing functions 2017-05-22 11:34:34 +02:00
Matthias Ringwald
235946f152 bluetooth_sdp: use scraped SDP UUID and PSMs for SDP record creation and parsing 2017-03-26 22:19:18 +02:00
Matthias Ringwald
a224d682a3 bnep: use UUIDs from bluetooth_sdp.h 2017-03-25 22:51:28 +01: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
c83b02157f example/panu_demo: fix unused argument warnings 2017-01-07 22:11:48 +01:00
Milanka Ringwald
508c11d664 use getters in BNEP_EVENT_CHANNEL_OPENED 2016-04-01 14:49:31 +02:00
Milanka Ringwald
a6ef64ba22 use hci_event_pin_code_request_get_bd_addr 2016-04-01 14:04:14 +02:00
Matthias Ringwald
000580bcf9 Merge branch 'develop' of https://github.com/bluekitchen/btstack into develop 2016-04-01 12:36:44 +02:00
Matthias Ringwald
0c24975018 bnep: allow to specify packet handler per outgoing channel/service 2016-04-01 12:36:12 +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
80edae71fb runloop: use new setters in panu_demo 2016-03-24 21:56:47 +01: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
0e2df43f5c event: introduce hci_event_packet_get_type 2016-02-19 14:52:36 +01:00
Matthias Ringwald
bcf00d8fa4 examples: move out of embedded subfolder 2016-02-19 09:46:37 +01:00