2727 Commits

Author SHA1 Message Date
Milanka Ringwald
b07c2f619d remove printf 2016-10-18 16:21:02 +02:00
Milanka Ringwald
9e3fb5e92c fix ring buffer read 2016-10-18 14:14:04 +02:00
Milanka Ringwald
bc37f7b0d0 add ring buffer implementation 2016-10-17 23:54:12 +02:00
Milanka Ringwald
9846e07c2a fix procces sbc data 2016-10-12 16:53:34 +02:00
Milanka Ringwald
4ca5bd816c set pcm_stride to max value 2016-10-11 23:21:38 +02:00
Milanka Ringwald
aea99cdfea sdc decoder: process sbc in progress 2016-10-11 16:40:07 +02:00
Milanka Ringwald
e29637962e sbc bludroid: extend decoder data size 2016-10-05 16:33:16 +02:00
Milanka Ringwald
5b7b47f2d5 Merge branch 'develop' into a2dp 2016-10-04 11:57:14 +02:00
Matthias Ringwald
ad71fb1742 annotate classic SSP events 2016-10-03 17:08:17 +02:00
Matthias Ringwald
577ca2d3ba hci: skip write synchronous flow control enable and write default erroneos data reporting if commands not supported 2016-10-03 17:07:43 +02:00
Matthias Ringwald
3905afbfd9 hci: skip write synchronous flow control enable and write default erroneos data reporting if commands not supported 2016-10-03 12:50:23 +02:00
Matthias Ringwald
f064e0bb1b hci: fix LE skipping if SCO over HCI is used 2016-10-03 12:15:26 +02:00
Matthias Ringwald
148ca237ee hci_init: use log_debug for init script output 2016-10-03 12:12:38 +02:00
Matthias Ringwald
ad6274a743 hci_dump: print timestamp for embedded targets, too. Parse timestamps in packet logs 2016-10-03 10:58:38 +02:00
Matthias Ringwald
8a1144706a hci: set substate when setting EIR data 2016-09-30 11:41:23 +02:00
Matthias Ringwald
ff00ed1c16 gap: add gap_set_extended_inquiry_response 2016-09-29 17:34:24 +02:00
Matthias Ringwald
fac60fea7b fix compile 2016-09-29 16:06:01 +02:00
Matthias Ringwald
66818fc6f7 fix compile 2016-09-29 15:59:08 +02:00
Matthias Ringwald
b12ad86731 example: gap_inquiry use Extended Inquiry Response to get name directly if possible 2016-09-29 15:53:57 +02:00
Matthias Ringwald
f6858d14c8 hci: add hci_set_inquiry_mode to set inquiry mode during init 2016-09-29 15:52:13 +02:00
Matthias Ringwald
e9a7c22d24 rfcomm: fix deadlock in l2cap can send now handling 2016-09-29 12:08:00 +02:00
Matthias Ringwald
ec3f4248d9 rfcomm: increment credits_incoming before sending them 2016-09-29 12:06:13 +02:00
Matthias Ringwald
4b8b5afea6 sm: handle IRK lookup in general case, inline SM_SC_SEND_LTK_REQUESTED_NEGATIVE_REPLY handling 2016-09-28 10:51:44 +02:00
Matthias Ringwald
41d322973c sm: fix sending of negative ltk reply 2016-09-28 10:43:33 +02:00
Milanka Ringwald
a23045e2bf extend btstack defines, and memory generator 2016-09-27 15:17:16 +02:00
Milanka Ringwald
1691a5f70a Merge branch 'develop' into a2dp 2016-09-27 15:08:08 +02:00
Matthias Ringwald
33b4aeee65 bluedroid: avoid local shadows global for bd_decoder_state 2016-09-27 12:30:42 +02:00
Milanka Ringwald
27faf85a90 move code from test to avdp_sink file, implement connect/disconnect 2016-09-26 22:43:53 +02:00
Milanka Ringwald
bc1b153767 HFP: re-start codec negotiation if SCO establishment fails for mSBC 2016-09-19 16:30:36 +02:00
Milanka Ringwald
d0c4aea60c HFP: Emit codec event after SCO connection is established, CODECS event is deleted, codec added as param in AUDIO_CONN event 2016-09-19 15:53:35 +02:00
Milanka Ringwald
202da3172e reworked test, extracted wav_utils 2016-09-14 16:06:19 +02:00
Milanka Ringwald
26463303c9 count good and bad frames in cvsd plc 2016-09-13 15:58:17 +02:00
Milanka Ringwald
250a1e4ad9 fix sbc plc 2016-09-13 15:08:33 +02:00
Milanka Ringwald
62f77245c7 fix casting 2016-09-13 12:11:53 +02:00
Milanka Ringwald
c5e169ec5e add static declaration, move functions 2016-09-13 10:40:24 +02:00
Milanka Ringwald
7e6b1e83d2 sbc plc: renamed vars 2016-09-13 10:35:08 +02:00
Milanka Ringwald
b3f76298ca hfp: fix comments, init code 2016-08-31 15:43:29 +02:00
Matthias Ringwald
8cff923e81 Merge branch 'develop' into a2dp 2016-08-24 13:45:38 +02:00
Matthias Ringwald
cb2649100c docs: power management 2016-08-23 10:03:07 +02:00
Matthias Ringwald
b72c4a9e83 hsp/hfp: clear connection flag before sending hci command 2016-07-29 15:36:14 +02:00
Matthias Ringwald
70a390c7e0 att_server: check handle in disconnection complete event 2016-07-29 11:33:28 +02:00
Matthias Ringwald
c6a37cfdba hci: discard ACL fragement on connection close, too 2016-07-29 10:51:54 +02:00
Matthias Ringwald
28a0332dbe hci: discard ACL fragment when HCI connection is gone 2016-07-29 10:45:01 +02:00
Matthias Ringwald
b7dd69bc0f hfp_hf: hf cannot setup sco connection 2016-07-28 19:27:06 +02:00
Matthias Ringwald
e8d1dc0dfe hfp: skip mSBC if eSCO not supported locally 2016-07-28 19:07:10 +02:00
Matthias Ringwald
8b96126ae2 hci: log eSCO support 2016-07-28 19:06:24 +02:00
Matthias Ringwald
3e68d23d21 hci: add hci_extended_sco_link_supported 2016-07-28 17:28:14 +02:00
Matthias Ringwald
7522e673fc hfp_hf: send codec_event(CVSD) if no codec negotation happens. hfp_ag: use T2/T1 connection settings. only accept SCO connections in hfp_hf 2016-07-28 17:19:13 +02:00
Matthias Ringwald
d6ff09e13f hfp_ag: send codec_event(CVSD) if no codec negotation happens. Remove hack in sco_util to fallback to CVSD without codec event 2016-07-28 15:20:15 +02:00
Milanka Ringwald
abffc81948 move sco accept connection to the upper layers (hfp, hsp) 2016-07-28 13:57:44 +02:00