Milanka Ringwald
|
b59045f9cb
|
pts: update ignore file, Makefile, add test
|
2018-09-18 10:29:48 +02:00 |
|
Matthias Ringwald
|
beb202884a
|
att: ENABLE_ATT_DELAYED_READ_RESPONSE -> ENABLE_ATT_DELAYED_RESPONSE, example/att_delayed_read_response.c -> example/att_delayed_response.c
|
2018-08-27 11:01:19 +02:00 |
|
Matthias Ringwald
|
b88bf5bffc
|
add btstack_audio to example/Makefile.inc instead of individual ports that include it
|
2018-07-20 17:29:15 +02:00 |
|
Matthias Ringwald
|
e739af9896
|
libusb: add btstack_audio
|
2018-07-20 16:29:16 +02:00 |
|
Matthias Ringwald
|
3f0fce8c53
|
libusb: don't use LLVM-only warning flags
|
2018-07-06 07:21:46 +02:00 |
|
Matthias Ringwald
|
1dcd7dc6a3
|
libusb: don't use -Wgnu-empty-initializer (not available for gcc)
|
2018-07-05 23:23:22 +02:00 |
|
Matthias Ringwald
|
6138850c18
|
fix 'no newline at end of file' [-Wnewline-eof]
|
2018-07-05 22:19:19 +02:00 |
|
Matthias Ringwald
|
c30af2ff06
|
don't use empty initializer [-Wgnu-empty-initializer]
|
2018-07-05 22:13:46 +02:00 |
|
Matthias Ringwald
|
425c3bbdae
|
libusb: add Laird BT860 to UDEV rules in Readme
|
2018-05-23 17:37:30 +02:00 |
|
Matthias Ringwald
|
808a498c5b
|
libusb: copywriting
|
2018-04-08 22:28:59 +02:00 |
|
Matthias Ringwald
|
fb34235af3
|
libusb: fix packet log path derivation from usb path if additional arguments are provided
|
2018-03-27 14:42:09 +02:00 |
|
Matthias Ringwald
|
7d405bedbe
|
new att_server_delayed_read_response example
|
2018-03-16 11:19:34 +01:00 |
|
Matthias Ringwald
|
cd5e24b3fa
|
csr: provide csr_set_bd_addr for libusb port
|
2018-02-20 09:30:47 +01:00 |
|
Matthias Ringwald
|
d08566fb6e
|
posix: implement link key iterator for btstack_link_key_db_fs
|
2018-02-05 18:25:10 +01:00 |
|
Matthias Ringwald
|
c6a0bdd74a
|
more .gitignore
|
2018-02-01 11:07:11 +01:00 |
|
Matthias Ringwald
|
ff01079be9
|
add le_data_channel examples to most ports
|
2018-01-19 16:32:28 +01:00 |
|
Matthias Ringwald
|
b8b2707a51
|
libusb: only commpile le data channel examples
|
2018-01-19 16:15:29 +01:00 |
|
Matthias Ringwald
|
cf9641eb81
|
libusb: fix makefile
|
2018-01-19 16:15:28 +01:00 |
|
Matthias Ringwald
|
1add4db554
|
example: add le_data_channel_client and le_data_channel_server demos
|
2018-01-19 16:15:28 +01:00 |
|
Matthias Ringwald
|
c75587468f
|
ports: add missing README.md files
|
2018-01-05 12:02:59 +01:00 |
|
Milanka Ringwald
|
9974aee0d2
|
avdtp sink: update API to retrun cmd status, fix reconfigure, remove printf from library
|
2017-12-15 16:11:34 +01:00 |
|
Milanka Ringwald
|
9c87470376
|
libusb: exclude portaudio from build
|
2017-12-05 14:30:24 +01:00 |
|
Matthias Ringwald
|
c37cd8f3d1
|
sbc: split btstack_sbc_bludroid.c into seperate encoder and decoder implementation
|
2017-11-29 17:13:17 +01:00 |
|
Matthias Ringwald
|
59bdfe9687
|
libusb: setup btstack_tlv_posix using bd_addr in path
|
2017-11-09 12:07:51 +01:00 |
|
Matthias Ringwald
|
304b2f4d7e
|
libusb: add README.md, explain linux udev rules
|
2017-11-09 11:40:58 +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
|
462aa08556
|
avrcp browsing controller: connect/disconnect
|
2017-11-03 17:12:57 +01:00 |
|
Milanka Ringwald
|
f12a3722fc
|
avrcp browsing: add draft connect/disconnect
|
2017-11-03 17:12:57 +01:00 |
|
Matthias Ringwald
|
503cf3e429
|
less noise, more .gitignore
|
2017-10-12 10:27:59 +02:00 |
|
Matthias Ringwald
|
fcae305fb2
|
sm: ENABLE_MICRO_ECC_FOR_LE_SECURE_CONNECTIONS enables micro-ecc software implementation
|
2017-08-28 21:10:17 +02:00 |
|
Matthias Ringwald
|
cfcd891d64
|
libusb: portaudio should not be enabled by default
|
2017-08-16 09:53:45 +02:00 |
|
Milanka Ringwald
|
72c514e816
|
avdtp: add init/close media on start/suspend stream event
|
2017-08-11 12:21:31 +02:00 |
|
Matthias Ringwald
|
249d94cf77
|
fix warnings: mostly sign-compare
|
2017-08-08 18:03:40 +02:00 |
|
Matthias Ringwald
|
f6434032a9
|
libusb: don't ENABLE_L2CAP_ENHANCED_RETRANSMISSION_MODE yet
|
2017-07-25 15:17:14 +02:00 |
|
Matthias Ringwald
|
05fa60db84
|
l2cap_ertm: add ENABLE_L2CAP_ENHANCED_RETRANSMISSION_MODE define
|
2017-07-25 15:13:59 +02:00 |
|
Matthias Ringwald
|
9a658d6ac5
|
Cleanup via .gitignore
|
2017-07-19 21:27:50 +02:00 |
|
Milanka Ringwald
|
9413b167ec
|
avdtp: rename connection attributes
|
2017-07-19 16:05:35 +02:00 |
|
Matthias Ringwald
|
b435e06234
|
hci: require ENABLE_LE_DATA_LENGTH_EXTENSION to enable max packet lenghts
|
2017-07-07 22:34:48 +02:00 |
|
Milanka Ringwald
|
de804f9e40
|
update gitignore files
|
2017-07-07 10:15:43 +02:00 |
|
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 |
|