8876 Commits

Author SHA1 Message Date
Milanka Ringwald
638481ded5 avrcp: remove connections from context, use one list of connections in avrcp. connection lookup is not yet extended to check the role 2019-02-21 22:16:41 +01:00
Milanka Ringwald
4590ebd9c1 avrcp: add role to connection 2019-02-21 22:16:41 +01:00
Matthias Ringwald
2948493268 stm32-f4discovery-cc256x: commented code to measure sample rate 2019-02-21 15:24:40 +01:00
Matthias Ringwald
c5fccf8bfc a2dp_sink_demo: extract constants for drift compenstation 2019-02-21 15:17:25 +01:00
Matthias Ringwald
e9c5f44ee8 a2dp_sink_demo: use linear resampling to fix samplerate drift 2019-02-21 12:03:23 +01:00
Matthias Ringwald
c21cc0eb6e btstack_resample: add inear resampling for 16-bit audio code samples using 16 bit/16 bit fixed point math 2019-02-21 11:27:19 +01:00
Matthias Ringwald
ce00c6755a a2dp_sink_demo: fix size of decoded audio ring buffer to allow storing of complete sbc frame 2019-02-20 17:48:07 +01:00
Matthias Ringwald
01f4595269 stm32-f4discovery-cc256x: compile sine_player example 2019-02-19 16:08:28 +01:00
Matthias Ringwald
b93ef66162 stm32-f4discovery-cc256x: include btstack_config to enable circular DMA 2019-02-19 15:15:26 +01:00
Matthias Ringwald
06abcc1ed2 stm32-f4discovery-cc256x: print local bd addr on start 2019-02-19 14:34:12 +01:00
Matthias Ringwald
c6cc79be9c sdp_general_query: fix compile 2019-02-19 12:22:18 +01:00
Milanka Ringwald
f9ef80ea84 avrcp: postpone SDP query, until SDP client is ready 2019-02-19 12:04:53 +01:00
Milanka Ringwald
8dd8c6184b sdp query: use cmd line arg to enter address 2019-02-19 12:04:53 +01:00
Milanka Ringwald
4f0111eb9b avrcp: remove browsing flag from create SDP record as it is pat of supported features 2019-02-19 12:04:53 +01:00
Milanka Ringwald
1101489150 avrcp: introduce enum for suported features 2019-02-19 12:04:53 +01:00
Matthias Ringwald
7f3f442d49 sm: avoid SM_EVENT_PAIRING_COMPLETE with ERROR_CODE_REMOTE_USER_TERMINATED_CONNECTION after successful pairing in responder role 2019-02-19 11:48:18 +01:00
Matthias Ringwald
3311c2d57c fix includes for avrcp/avdtp header files 2019-02-17 21:48:53 +01:00
Matthias Ringwald
98b77e7926 example/a2dp_sink_demo: show usage for space key 2019-02-08 16:26:58 +01:00
Matthias Ringwald
5c88082bb9 :msp430f5229lp-cc2564b: fix compile 2019-02-08 16:12:13 +01:00
Matthias Ringwald
dd3bf36f5a l2cap: mark l2cap_handle_channel_closed and l2cap_emit_channel_opened as CLASSIC only 2019-02-08 16:07:44 +01:00
Matthias Ringwald
740eb56e0b changelog: update 2019-02-08 15:42:13 +01:00
Matthias Ringwald
83c123990b example/spp_streamer_client: add option to stream as fast as possible 2019-02-07 13:45:49 +01:00
Matthias Ringwald
1fb071232a hci_dump: redirect log_* SEGGER RTT 2019-02-07 12:01:40 +01:00
Matthias Ringwald
4412fefaeb crypto: handle encryption and random results from controller during shutdown 2019-02-07 08:41:38 +01:00
Matthias Ringwald
adf5eaa96b sm: fix check for unused entries when looking up devices in le_device_db 2019-02-07 08:08:16 +01:00
Matthias Ringwald
3e56f6735f hci: use voice settings for active connection 2019-02-06 12:07:05 +01:00
Matthias Ringwald
1df781587f le_device_db_tlv: return null addr and BD_ADDR_TYPE_UNKNOWN if device entry does not exist 2019-02-06 11:11:33 +01:00
Matthias Ringwald
a9c8940efe le_device_db_tlv: return null addr and BD_ADDR_TYPE_UNKNOWN if device entry does not exist 2019-02-06 11:07:07 +01:00
Matthias Ringwald
46d9fae3db le_device_db_tlv: return null addr and BD_ADDR_TYPE_UNKNOWN if device entry does not exist 2019-02-06 10:43:39 +01:00
Matthias Ringwald
52e4625705 hci: avoid division by zero for sco packet length calculation with usb transport 2019-02-05 22:43:40 +01:00
Matthias Ringwald
0c23bea1f5 crypto: fix lockup when stack is shutdown while waiting for result of HCI Command, e.g. LE Read Local P256 Public Key 2019-02-05 17:23:51 +01:00
Matthias Ringwald
beceedde07 hci: only pause during halting if hci_halting_defer is called after receiving BTSTACK_EVENT_STATE 2019-02-05 16:24:35 +01:00
Matthias Ringwald
26fe959261 hci: pause 500 ms during halting 2019-02-05 16:02:02 +01:00
Dirk Helbig
63ff2b1e64 raspi: detect raspberry pi model, use 3 mbps for 3A+ and 3B+ 2019-02-04 10:04:08 +01:00
Matthias Ringwald
99dd78454e posix-h4,posix-h5,windows-h4: show build id for CSR controllers 2019-02-03 21:26:16 +01:00
Matthias Ringwald
3139d098cb hci: fix compile 2019-02-03 18:59:45 +01:00
Matthias Ringwald
400ff5ab4c hci: calculate SCO payload length based on used hci transport and voice settings, drop hacks in sco_demo_util 2019-02-03 12:08:16 +01:00
Matthias Ringwald
01b2daf8ad example/sco_demo_util: prefix ASCII test data with packet counter 2019-02-03 11:32:48 +01:00
Matthias Ringwald
760b20ef2e hci: track outgoing / received SCO bytes to calculate num SCO slots used in controller 2019-02-03 00:19:56 +01:00
Matthias Ringwald
ce41473efb hci: unify num_acl_packets_sent + num_sco_packets_sent into single num_packets_sent in hci_connection_t 2019-02-01 21:41:23 +01:00
Matthias Ringwald
0b3f95df2e hci: implement implicit flow control for SCO packets 2019-02-01 18:06:10 +01:00
Matthias Ringwald
d861f4bf32 example/sco_demo_util: fix compile for non-audio modes 2019-02-01 17:35:43 +01:00
Matthias Ringwald
e1de95bec8 example/sco_demo_util: validate sco_handle in sco_demo_send 2019-02-01 15:53:39 +01:00
Matthias Ringwald
5db50aaad5 btstack_crypto: directly process queued crypto operation on HCI result 2019-01-29 11:20:15 +01:00
Milanka Ringwald
20834b7ab7 test/hfp: fix hci parser 2019-01-28 11:02:50 +01:00
Milanka Ringwald
d5bcd37fce test/sbc: fix hci parser 2019-01-28 10:49:40 +01:00
Milanka Ringwald
5f05305255 hfp: use flag to relase SLC 2019-01-27 22:17:24 +01:00
Milanka Ringwald
8439fb24b0 hfp: use flag to relase SLC 2019-01-27 22:17:24 +01:00
Matthias Ringwald
8d9b6072af sm: triger DHK/IRK calculation after ER/IR is set 2019-01-26 22:49:50 +01:00
Matthias Ringwald
60da69122d exampe: use VPATH for hxcmod-player 2019-01-26 22:38:20 +01:00