36 Commits

Author SHA1 Message Date
Matthias Ringwald
fb3896319c bnep: BD_ADDR is stored in little-endian format for all BNEP_EVENT_* 2019-06-05 17:22:17 +02:00
Matthias Ringwald
e501bae083 Use BTSTACK_FILE__ without __ prefix (MISRAC2012-Rule-21.1) 2019-05-11 19:31:55 +02:00
Matthias Ringwald
4c9cb4f541 example/panu_demo: register NAP service with BNEP when implementing server 2019-04-05 22:47:12 +02:00
Matthias Ringwald
cb3797fc86 example/panu_demo: use ENABLE_PANU_CLIENT to switch to PANU client mode 2019-04-05 22:22:50 +02:00
Matthias Ringwald
6a4fc70825 example/panu_demo: setup SDP and register PANU SDP Record 2019-02-27 10:42:20 +01:00
Matthias Ringwald
2530362585 examples: panu_demo.c + sdp_bnep_query.c, don't free local variable 2018-11-28 11:14:21 +01:00
Matthias Ringwald
9975f1a3b6 example/panu_demo: use static buffer for service names 2018-11-28 11:06:11 +01:00
Matthias Ringwald
14fd128c5a sdp queries: check if DES element exist before reading it 2018-10-01 17:50:00 +02:00
Matthias Ringwald
a4fe646795 example: register for events after setting up the stack, register for hci events after sm_init() 2018-08-24 10:03:14 +02:00
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