7052 Commits

Author SHA1 Message Date
Milanka Ringwald
b0d75c910f avrcp pts test: done 2017-07-19 16:10:15 +02:00
Milanka Ringwald
34b22aac09 avdtp, avrcp: cleanup, added error handling, fixed pts test compilation 2017-07-19 16:10:15 +02:00
Milanka Ringwald
c4c891e919 pts: fix compile 2017-07-19 16:10:15 +02:00
Milanka Ringwald
67673f1cc2 a2dp source demo: cleanup 2017-07-19 16:10:15 +02:00
Milanka Ringwald
9413b167ec avdtp: rename connection attributes 2017-07-19 16:05:35 +02:00
Milanka Ringwald
3fb2c90b0f examples: rename avdtp source into a2dp; remove avdtp sink demo 2017-07-19 16:05:35 +02:00
Milanka Ringwald
6b0ee1d045 avdtp source demo: fix avdtp cid, use local/remote seid 2017-07-19 16:05:35 +02:00
Milanka Ringwald
36cf8ec8a2 add avdtp/avrcp header files to btstack.h 2017-07-19 16:05:35 +02:00
Milanka Ringwald
4b1ac81384 avrcp: fix check if role is supported 2017-07-19 16:05:35 +02:00
Milanka Ringwald
4ccacc40ad avdtp: introduced avdtp cid on connect; cmd functions return now status; use local and remote sedi in events instead of initiator and acceptor seid 2017-07-19 16:05:35 +02:00
Matthias Ringwald
f39cc24ddf max32630-fthr: fix compile for all examples, add todo items 2017-07-19 15:01:54 +02:00
Matthias Ringwald
183c110a67 max32630-fthr: add dummy hal_led implementation 2017-07-19 15:01:16 +02:00
Matthias Ringwald
b201873a4c example/avdtp_source_demo: fix compile without HAVE_BTSTACK_STDIN 2017-07-19 14:37:29 +02:00
Matthias Ringwald
4fb249f8f3 example/a2dp_sink_demo: fix compile without HAVE_BTSTACK_STDIN 2017-07-19 14:17:58 +02:00
Matthias Ringwald
8f3b3e6c8c max32630-fthr: create makefile to build / clean all examples 2017-07-19 13:56:13 +02:00
Matthias Ringwald
91401e3752 max32630-fthr: README editing 2017-07-19 12:42:40 +02:00
Matthias Ringwald
6b7adbe5dd max32630-ftrh: create project folder inside of exxample folder 2017-07-19 12:08:03 +02:00
Matthias Ringwald
c894dca1b7 max32630-fthr: create project folder with Makefile for each example 2017-07-18 23:14:38 +02:00
Matthias Ringwald
49a45ad9fd max32630-fthr: drop CC2564B suffix as the FTHR comes with the CC2564B by defeault 2017-07-18 21:41:09 +02:00
Ismail H. Kose
91b4ef4e10 cc2564b: support Maxim max32630fthr board
max32630fthr uses PAN1326B based TI CC2564B TI Controller

Board Link:
https://www.maximintegrated.com/en/products/digital/microcontrollers/MAX32630FTHR.html
2017-07-18 21:39:10 +02:00
Matthias Ringwald
c573ae3327 freertos: fix typo in btstack_uart_block_freertos.c 2017-07-18 11:42:58 +02:00
Matthias Ringwald
1a26f7a48c cc256x: calculate lmp subversion from aka name 2017-07-17 23:18:03 +02:00
Matthias Ringwald
fb904c266b cc256x: add lmp subversion of WL18xx to overview and conversion tool 2017-07-17 22:50:48 +02:00
Matthias Ringwald
df418b5eb2 msp430 ports: add spp_counter.c, sdp.o -> sdp_server.o 2017-07-17 11:13:26 +02:00
Matthias Ringwald
139f0ea75c stm32-f4discovery-cc256x: fix buffer swapping in modplayer 2017-07-15 21:29:32 +02:00
Matthias Ringwald
dad8eff978 stm32-f4discovery-cc256x: add missing stm32f4xx hal files for I2C and I2S 2017-07-15 20:46:07 +02:00
Matthias Ringwald
44a1ebc025 example/le_streamer_client: unregister from notifications, reconnect after disconnect 2017-07-14 12:33:08 +02:00
Matthias Ringwald
1f734b5f46 gatt_client: add gatt_client_stop_listening_for_characteristic_value_updates 2017-07-14 12:32:06 +02:00
Matthias Ringwald
4a76e901eb esp32/freertos: don't create thread for BTstack. make run_loop_execute block - same as all other ports 2017-07-14 11:28:02 +02:00
Taras Zaporozhets
ac7408dfb0 Change btstack_stdin.c to btstack_stdin_posix.c in Makefiles to fix compilation issues 2017-07-13 22:15:47 +02:00
Matthias Ringwald
fcb4fb0295 README: add optional Bluetooth 4.2 features: SC, DLE, Data Channels 2017-07-11 10:36:12 +02:00
Matthias Ringwald
2814436fcf pts/l2cap_test: fix compile 2017-07-10 22:12:01 +02:00
Matthias Ringwald
5c8068685c avrcp: place SDP Additional Protocol Descriptor List into Protocol Descriptor List 2017-07-10 18:22:38 +02:00
Matthias Ringwald
227d16a53b avrcp: extract AVRCP Browsing PSM from SDP record 2017-07-10 18:02:03 +02:00
Matthias Ringwald
a0f524f0c0 avrcp: use AVCTP PSM for L2CAP, move AVCTP_Browsing outside from Bluetooth Profile Descriptor List 2017-07-10 17:30:29 +02:00
Matthias Ringwald
b6011ef1f1 sdp_client: mark most log_info as log_debug 2017-07-10 17:28:14 +02:00
Matthias Ringwald
8cc6abc3ad README: add EM9304, FreeRTOS, EM9304DVK 2017-07-10 16:03:14 +02:00
Matthias Ringwald
c63d45a53e a2dp_sink_demo: print more PortAudio messages 2017-07-10 14:02: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
Matthias Ringwald
dcd678ba09 hci: use max le data length if supported by controller 2017-07-07 17:15:14 +02:00
Matthias Ringwald
220006fb3b hci: check if LE Data Length commands are supported 2017-07-07 16:52:16 +02:00
Milanka Ringwald
f1042e9d0d a2dp sink: forward stream establish, start, pause, release 2017-07-07 16:42:48 +02:00
Matthias Ringwald
0ea2847f67 hci: add command templates for LE Data Length commands 2017-07-07 16:38:07 +02:00
Matthias Ringwald
d2cc51b9f5 le_streamer: print disconnect with reason 2017-07-07 15:10:10 +02:00
Matthias Ringwald
63b0260c04 le_streamer: handle multiple clients = multiple LE Peripheral roles on supported hardware 2017-07-07 14:48:20 +02:00
Milanka Ringwald
21fd2cebe7 Merge branch 'develop' of https://github.com/bluekitchen/btstack into develop 2017-07-07 14:09:36 +02:00
Milanka Ringwald
7050d2ca52 a2dp sink: start extracting code from demo to a2dp layer 2017-07-07 14:09:31 +02:00
Matthias Ringwald
99ce07abfa gap: gap_set_connection_parameters only available with ENABLE_LE_CENTRAL 2017-07-07 12:03:32 +02:00
Matthias Ringwald
13e645d2ce gap: gap_set_connection_parameters only available with ENABLE_LE_CENTRAL 2017-07-07 11:47:12 +02:00
Matthias Ringwald
6012052bd0 gap: implement gap_set_connection_parameters 2017-07-07 11:42:17 +02:00