Commit Graph

93 Commits

Author SHA1 Message Date
Matthias Ringwald
037db3880d libusb: add convenient clean_src that deletes .o in src folders 2017-06-12 12:29:55 +02:00
Matthias Ringwald
a48e17d9c4 example/avdtp_sink: fix compile for POSIX without Portaudio, disable HAVE_PORTAUDIO in libusb again 2017-06-02 14:45:35 +02:00
Matthias Ringwald
08c0d996ca example/avdtp_sink: move avdtp_sink_demo to examples 2017-06-02 14:32:04 +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
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
Milanka Ringwald
9344e45fa0 avdpt: performance test for encoder, decoder 2017-03-20 17:03:46 +01:00
Matthias Ringwald
1bbecc2b49 hfp: ENABLE_HFP_WIDE_BAND_SPEECH required for HFP mSBC 2017-03-20 10:59:17 +01:00
Matthias Ringwald
7c3351a5e0 libusb: remove parsed -u argument from command line arguments before passing it to btstack_main() 2017-03-01 09:19:32 +01:00
Matthias Ringwald
f12924e0a6 Remove ENABLE_LOG_INTO_HCI_DUMP - it only affected console output and there enabled/disabled the timestamp 2017-01-30 17:03:37 +01:00
Matthias Ringwald
b96c8f447a posix-like ports: unify sigint handler 2017-01-17 10:30:40 +01:00
Matthias Ringwald
b720584c6f libusb: disable PortAudio by default 2017-01-16 17:29:42 +01:00
Milanka Ringwald
d3d88e8bb5 Merge branch 'develop' into a2dp 2017-01-16 15:30:07 +01:00
Matthias Ringwald
1a68220246 config: add ENABLE_LE_PERIPHERAL and ENABLE_LE_CENTRAL to be able to reduce code size in Security Manager 2017-01-14 17:47:16 +01:00
Matthias Ringwald
9ec2630ce4 fix unused parameters warning 2016-12-22 22:16:16 +01:00
Milanka Ringwald
7568a9a4d3 Merge branch 'develop' into a2dp 2016-11-16 10:40:13 +01:00
Milanka Ringwald
2308e10812 hfp: use btstack_atoi 2016-11-16 10:39:25 +01:00
Milanka Ringwald
25234a7e05 Merge branch 'develop' into a2dp
Conflicts:
	example/Makefile.inc
	example/sco_demo_util.c
	port/pic32-harmony/app.X/nbproject/Makefile-default.mk
	port/pic32-harmony/app.X/nbproject/Makefile-genesis.properties
	port/pic32-harmony/app.X/nbproject/configurations.xml
	port/pic32-harmony/create_examples.py
	src/classic/btstack_cvsd_plc.c
	src/classic/btstack_sbc_bludroid.c
	src/classic/btstack_sbc_plc.c
	test/ring_buffer/.gitignore
2016-11-14 15:54:38 +01:00
Matthias Ringwald
049f64bb8f libusb: fix compile 2016-10-19 16:14:07 +02:00
Matthias Ringwald
3545469685 hci: disable parts of classic code if ENABLE_CLASSIC is not defined 2016-10-19 16:06:11 +02:00
Milanka Ringwald
57f2e2f122 enable portaudio for msbc 2016-10-19 15:04:46 +02:00
Matthias Ringwald
ff964d8e0b libusb: move hci_transport_h2_libusb.c into platform/libusb to fix compile daemon with h2 2016-09-28 09:39:37 +02:00
Matthias Ringwald
8cff923e81 Merge branch 'develop' into a2dp 2016-08-24 13:45:38 +02:00
Matthias Ringwald
020654536a libusb: add USB path to packet log file name 2016-07-22 17:19:05 +02:00
Matthias Ringwald
a4c4a5d697 libusb: parse -u 11-22-33 as USB path, too 2016-07-22 16:43:54 +02:00
Matthias Ringwald
e13e7f54cb libusb: parse -u 11:22:33 as USB path 2016-07-09 16:26:41 +02:00
Matthias Ringwald
aa662eec9c libusb: allows to specify USB dongle with hci_transport_usb_set_path 2016-07-09 16:10:45 +02:00
Matthias Ringwald
a77ee77c5e libusb: print path for USB dongle 2016-07-08 22:50:35 +02:00
Matthias Ringwald
9ed01c3693 posix: add le_device_db_fs that stores db at /tmp/btstack_le_device_db.txt as basic csv 2016-06-27 15:20:16 +02:00
Matthias Ringwald
b14b15840b more .gitignore 2016-06-27 15:18:38 +02:00
Milanka Ringwald
d7b6902fc1 examples: update target clean in Makefile, add generated file to gitignore 2016-06-16 15:21:28 +02:00
Matthias Ringwald
7c485f8b45 example: add sm_pairing_central 2016-06-10 11:03:59 +02:00
Matthias Ringwald
6f52a19684 sm: validate Cb during passkey modes 2016-05-27 16:40:53 +02:00
Matthias Ringwald
b7674abee2 sm: validate Cb during just works/numeric comparison 2016-05-27 16:40:53 +02:00
Matthias Ringwald
a1e31e9cdc sm: passkey entry for secure connections in initiator role 2016-05-27 16:40:53 +02:00
Matthias Ringwald
8cba5ca323 sm: numeric comparison for secure connections in initiator role 2016-05-27 16:40:53 +02:00
Matthias Ringwald
83b3ae5f87 sm: auto confirm pairing in gap_le_connect_to_1111 example 2016-05-27 16:40:53 +02:00
Matthias Ringwald
7cef8eada7 libusb: add gap_le_connect_to_1111 example for testing outgoing le secure connection pairing 2016-05-27 16:40:53 +02:00
Matthias Ringwald
faccbb295e example: add characteristic that requires authentication, requrest le secure connecions 2016-05-27 16:40:53 +02:00
Matthias Ringwald
185c8cd41d example/hsp+hfp: extract SCO test code into sco_demo_util 2016-05-23 18:03:11 +02:00
Matthias Ringwald
b3bf67571f libusb: use more transfers for isochronous data 2016-05-23 13:57:53 +02:00
Matthias Ringwald
d356a6da17 move 'BTstack up and running' message from examples into port/../main.c 2016-04-08 23:23:09 +02:00
Matthias Ringwald
d0755cd68c prefix POSIX related HAVE_ defines 2016-03-30 10:59:47 +02:00
Matthias Ringwald
e32b1c032a drop HAVE_SO_NOSIGPIPE 2016-03-29 21:51:43 +02:00
Matthias Ringwald
06d662def5 add HAVE_STDIO to posix ports 2016-03-28 16:26:37 +02:00
Matthias Ringwald
0cb5b9716d fix prototypes for fn() 2016-03-28 11:44:30 +02:00
Matthias Ringwald
40d883bd01 replace bzero with memset and drop HAVE_BZERO 2016-03-27 22:49:03 +02:00
Matthias Ringwald
fffdd28857 Merge branch 'master' into develop 2016-03-25 23:15:14 +01:00
Matthias Ringwald
24ced5a6f6 runloop: enable callback for all data sources 2016-03-24 22:12:50 +01:00
Matthias Ringwald
f912b310ca runloop: pass callback type to data source process functions 2016-03-24 20:50:00 +01:00
Matthias Ringwald
7cd5ef9557 runloop: pass callback type to data source process functions 2016-03-24 20:46:20 +01:00