6648 Commits

Author SHA1 Message Date
Milanka Ringwald
d144ca3efe avrcp: pass through basic controll cmds, not all working 2017-02-10 11:07:03 +01:00
Milanka Ringwald
49bbb6f27b avrcp: get capabilities draft 2017-02-10 11:07:03 +01:00
Milanka Ringwald
7f535380ac add big_endian_store_24 2017-02-10 11:07:03 +01:00
Milanka Ringwald
4217b63bd9 avrcp: unit info cmd 2017-02-10 11:07:03 +01:00
Milanka Ringwald
decc740c46 avrcp: send cmd unit_info 2017-02-10 11:07:03 +01:00
Milanka Ringwald
91451a2b33 avrcp: basic setup 2017-02-10 11:07:03 +01:00
Matthias Ringwald
3f974179ba example/le_counter: fix gap device name 2017-02-10 11:06:11 +01:00
Matthias Ringwald
231a3c5dc3 gatt_compiler: fix typo on CLIENT_CHARACTERISTIC_CONFIGURATION 2017-02-10 11:05:42 +01:00
Matthias Ringwald
ca19fe361e Merge branch 'develop' of https://github.com/bluekitchen/btstack into develop 2017-02-03 13:53:47 +01:00
Matthias Ringwald
b816bb66c8 web scraper for SDP UUIDs complete, add src/bluetooth_sdp.h 2017-02-03 00:15:36 +01:00
Matthias Ringwald
9d6ba381e7 doc: add info on Windows run loop 2017-02-02 15:55:38 +01:00
Matthias Ringwald
3b1c4bce52 ports: remove obsolete MAX_NR_GATT_SUBCLIENTS, MAX_NR_GATT_CLIENTS = 1 2017-02-02 14:53:53 +01:00
Matthias Ringwald
05c8e673d4 wiced: add gatt_client to default makefile 2017-02-02 14:50:30 +01:00
Matthias Ringwald
c8f97be681 example: add le_streamer_client that connects to le_streamer 2017-02-02 14:40:41 +01:00
Matthias Ringwald
e74c5f5849 l2cap: set source cid in CONNECTION_RESPONSE for error cases - although spec mandates receiver to ingore it 2017-02-02 12:16:04 +01:00
Matthias Ringwald
1b637061a3 Merge branch 'develop' of https://github.com/bluekitchen/btstack into develop 2017-02-02 12:03:57 +01:00
Matthias Ringwald
94bb7abff3 chipset-bcm: update SCO over HCI information 2017-02-01 15:50:07 +01:00
Matthias Ringwald
87bbf2709c wiced: fix compile of LE Counter 2017-02-01 15:48:18 +01:00
Matthias Ringwald
ecb7d4614b hfp: fix warning 2017-02-01 15:04:13 +01:00
Matthias Ringwald
d4f907a637 sco_util: CVSD PLC only needed with wav writer or portaudio 2017-02-01 15:02:28 +01:00
Matthias Ringwald
32d0cda316 Merge branch 'develop' of https://github.com/bluekitchen/btstack into develop 2017-02-01 12:35:40 +01:00
Matthias Ringwald
100d3ee3fd bcm: comment on delay after init script 2017-02-01 12:31:38 +01:00
Matthias Ringwald
17c80681d0 wiced: use 2 mbps 2017-02-01 12:29:27 +01:00
Matthias Ringwald
c32291bdc9 wiced: don't printf from worker thread 2017-02-01 12:27:05 +01:00
Matthias Ringwald
559961d085 hci: wait 10 ms after init script download on Broadcom chipsets 2017-02-01 12:23:23 +01:00
Matthias Ringwald
3860edc8a3 bluetooth_sdp: use xpath to find talble 2017-01-31 23:41:13 +01:00
Matthias Ringwald
d1935f6934 web scraper for SDP UUIDs 2017-01-31 23:16:48 +01:00
Matthias Ringwald
2c7ae6e1fa sco_demo_util: don't stop PortAudio when WAV sample was written 2017-01-30 17:49:47 +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
0657d3c47f hfp: fix test 2017-01-30 16:30:12 +01:00
Matthias Ringwald
400b7c04a0 hfp: decline incoming rfcomm connection if no memory for state 2017-01-30 16:27:24 +01:00
Milanka Ringwald
d982552ac9 avdtp: files moved to src/classic 2017-01-30 15:19:24 +01:00
Milanka Ringwald
8ef7100f5b avdtp: files moved to src/classic 2017-01-30 15:18:39 +01:00
Matthias Ringwald
e36764ddb7 sco_demo_util: fix warning 2017-01-30 15:16:42 +01:00
Matthias Ringwald
a981107707 Merge branch 'develop' of https://github.com/bluekitchen/btstack into develop 2017-01-30 15:12:19 +01:00
Milanka Ringwald
208d337875 avdtp: files moved to src/classic 2017-01-30 15:10:28 +01:00
Milanka Ringwald
6d5e5836ab Merge branch 'develop' into a2dp 2017-01-30 14:53:14 +01:00
Matthias Ringwald
305f79c9c9 sco_util: re-enable CVSD PLC 2017-01-27 12:26:18 +01:00
Matthias Ringwald
7f812a1893 wav_util: annotate wav_reader_read_int16 to store in host endianess 2017-01-27 12:08:59 +01:00
Matthias Ringwald
8fd6902d67 sco_util: flip big endian samples from microphone for outgoing CVSD SCO packets 2017-01-26 22:21:12 +01:00
Matthias Ringwald
5303ddeefc sco_util: fix receive CVSD SCO data for big endian 2017-01-26 22:02:33 +01:00
Matthias Ringwald
92abe7b913 wav_util: wav_writer_write_int16 expects samples in host endianess, wav_writer_write_le_int16 expected little endian format 2017-01-26 22:00:02 +01:00
Matthias Ringwald
5d86890cc5 util: add flip16 and endianess checks 2017-01-26 21:58:54 +01:00
Matthias Ringwald
7cd567c849 hfp_plc: annotate PCM samples are in host endianess 2017-01-26 19:39:25 +01:00
Matthias Ringwald
59c97ae1ec sco_demo_util: store 8 kHz samples for CVSD/SCO packets as little endian, store 16 kHz samples for mSBC in host endianess 2017-01-26 19:27:31 +01:00
Matthias Ringwald
972807b1e9 hfp_msbc: annotate PCM samples are in host endianess 2017-01-26 19:21:49 +01:00
Matthias Ringwald
2faa06e0e6 Merge branch 'develop' of https://github.com/bluekitchen/btstack into develop 2017-01-26 17:45:55 +01:00
Matthias Ringwald
d43fe610a0 test/ringbuffer: update test 2017-01-26 17:44:52 +01:00
Milanka Ringwald
946a37efd8 rewrite initiator 2017-01-26 00:20:42 +01:00
Matthias Ringwald
2c36c79169 Ring Buffer: speed up by using memcpy 2017-01-25 21:13:50 +01:00