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 |
|
Matthias Ringwald
|
73044eb2d8
|
hci: move le connection parameters for outgoing connections into hci_stack_t
|
2017-07-07 11:35:33 +02:00 |
|
Matthias Ringwald
|
1cb9f8f45f
|
Added EM9304 DVK image to README
|
2017-07-07 10:37:05 +02:00 |
|
Matthias Ringwald
|
4fd1babfa0
|
stm32-l053r8-em9304: added image and link to patch file
|
2017-07-07 10:23:02 +02:00 |
|
Milanka Ringwald
|
de804f9e40
|
update gitignore files
|
2017-07-07 10:15:43 +02:00 |
|
Matthias Ringwald
|
ee8a36c873
|
hci: fix gap_remote_name_request
|
2017-07-05 17:13:12 +02:00 |
|
Milanka Ringwald
|
f6fd20f212
|
avrcp: fix unused var
|
2017-07-05 16:53:51 +02:00 |
|
Milanka Ringwald
|
dc488373ee
|
Merge branch 'develop' of https://github.com/bluekitchen/btstack into develop
|
2017-07-05 16:46:22 +02:00 |
|
Milanka Ringwald
|
df64272840
|
avrcp: put avrcp context into sdp query context
|
2017-07-05 16:46:12 +02:00 |
|
Milanka Ringwald
|
8eaf1b42ca
|
sdp client: add const to def
|
2017-07-05 16:44:51 +02:00 |
|
Matthias Ringwald
|
8f7efde120
|
hfp hf: add CLI_PRESENTATION_CAPABILITY to feature list in SDP record, fixes +CLIP for iOS
|
2017-07-05 16:04:29 +02:00 |
|
Milanka Ringwald
|
2306328a42
|
Merge branch 'develop' of https://github.com/bluekitchen/btstack into develop
|
2017-07-05 15:16:13 +02:00 |
|
Milanka Ringwald
|
6086246c6d
|
avrcp: add SDP query
|
2017-07-05 15:07:07 +02:00 |
|
Matthias Ringwald
|
38f05a1521
|
btstack_run_loop: don't call btstack_run_loop_remove_timer from platform implementation
|
2017-07-05 11:27:44 +02:00 |
|
Matthias Ringwald
|
f93a20173c
|
stm32-l053r8-em9304: added README for port and updated chipset docu
|
2017-07-04 23:19:18 +02:00 |
|
Matthias Ringwald
|
2b0ffcfe23
|
stm32-l053r8-em9304: build all examples with Makefile
|
2017-07-04 22:38:29 +02:00 |
|
Matthias Ringwald
|
c31a3132ee
|
stm32-l053r8-em9304: use SPI at 8 Mhz
|
2017-07-04 21:13:38 +02:00 |
|
Matthias Ringwald
|
c3163ee6f5
|
stm32-l053r8-em9304: send '0's when reading SPI data
|
2017-07-04 21:13:38 +02:00 |
|
Matthias Ringwald
|
f77378dfec
|
stm32-l053r8-em9304: retest RDY line for TX trasaction
|
2017-07-04 21:13:38 +02:00 |
|
Matthias Ringwald
|
d9f2a54d86
|
stm32-l053r8-em9304: replace ring-buffer like data struct with regular ring buffer implementation
|
2017-07-04 21:13:38 +02:00 |
|
Matthias Ringwald
|
43170ba299
|
stm32-l053r8-em9304: update num bytes available only after reading it
|
2017-07-04 21:13:38 +02:00 |
|
Matthias Ringwald
|
72c93b66ff
|
stm32-l053r8-em9304: fix copyright year
|
2017-07-04 21:13:38 +02:00 |
|
Matthias Ringwald
|
1234fdfcd2
|
stm32-l053r8-em9304: add copyright headers
|
2017-07-04 21:13:38 +02:00 |
|
Matthias Ringwald
|
f511b50014
|
stm32-l053r8-em9304: random hack to work around SPI bug
|
2017-07-04 21:13:38 +02:00 |
|