496 Commits

Author SHA1 Message Date
Matthias Ringwald
5a98a3d356 enbale singal indicator 2015-11-26 22:41:18 +01:00
Milanka Ringwald
62ccb98ad5 Merge branch 'master' of https://github.com/bluekitchen/btstack
Conflicts:
	src/hfp.c
	src/hfp.h
2015-11-26 22:09:48 +01:00
Milanka Ringwald
e74491ddf8 fix parser to ignore missing values 2015-11-26 22:05:31 +01:00
Matthias Ringwald
3e2ef1ed5e hfp: Response and Hold by AG 2015-11-26 16:55:15 +01:00
Milanka Ringwald
c5fff38cd5 hfp: add indicator value test, add audio con sm to hf 2015-11-26 12:14:06 +01:00
Milanka Ringwald
bf26b831dd hfp: fix parser 2015-11-26 11:55:35 +01:00
Milanka Ringwald
63ffda6041 hfp: hf rewriten codecs connection sm 2015-11-26 11:29:51 +01:00
Matthias Ringwald
c52e356b36 add gap inquiry to hfp_ag_test 2015-11-26 10:40:45 +01:00
Matthias Ringwald
b6eb22e017 emit events for HP Answers and Conference Call 2015-11-25 23:14:17 +01:00
Matthias Ringwald
4f32727bc1 provide subscriber number, support joining calls by AG 2015-11-25 22:56:16 +01:00
Matthias Ringwald
ae7b82612a test enhanced call status 2015-11-25 22:04:01 +01:00
Matthias Ringwald
2c83f1b764 add commands to set microphone gain 2015-11-25 19:25:56 +01:00
Matthias Ringwald
f78627e315 add commands to set speaker/microphone gain in ag test 2015-11-25 19:18:08 +01:00
Matthias Ringwald
c25cc90f4f support DTMF and voice tag attachments 2015-11-25 17:26:31 +01:00
Matthias Ringwald
a5ff024520 compile HSP tests, disable portaudio support 2015-11-25 16:34:13 +01:00
Matthias Ringwald
0e84b52570 updated .gitignore 2015-11-25 16:20:19 +01:00
Matthias Ringwald
9b1c3b4d7d pass in service record handle for sdp hfp create 2015-11-25 16:09:30 +01:00
Matthias Ringwald
4bcb609897 pass in service record handle for sdp hsp create 2015-11-25 16:04:56 +01:00
Matthias Ringwald
106e8b67f6 pass in service record handle for sdp pan create 2015-11-25 16:01:50 +01:00
Matthias Ringwald
6634401a46 iopt test 2015-11-25 16:01:35 +01:00
Matthias Ringwald
e53943d75d pass in service record handle for sdp spp create 2015-11-25 15:57:48 +01:00
Matthias Ringwald
cb1f1ed1c6 fix compile 2015-11-25 15:03:17 +01:00
Matthias Ringwald
aa4dd81512 merge from master 2015-11-25 14:48:19 +01:00
Matthias Ringwald
c331da9e60 hfp: add voice recognition on/off commands. start audio connection if needed 2015-11-23 22:42:03 +01:00
Matthias Ringwald
a83aea37bc hfp: handle CHLD=0 2015-11-22 22:40:12 +01:00
Matthias Ringwald
40a7976ab3 fix ATA during wait for SCO. support CLIP 2015-11-22 20:31:17 +01:00
Matthias Ringwald
930ca5654e hfp: handle last dialed number calls 2015-11-22 18:48:40 +01:00
Matthias Ringwald
63cfbc853b hfp: test memory dialing 2015-11-21 22:48:52 +01:00
Matthias Ringwald
ffce16f9b0 hfp: allow to simulate call answered on remote side 2015-11-21 22:08:49 +01:00
Matthias Ringwald
6d00fcf8e9 simulate outgoing connection 2015-11-21 21:37:55 +01:00
Matthias Ringwald
cb13fa8131 add hack to parse ATD command 2015-11-20 23:25:54 +01:00
Matthias Ringwald
09a4371fc5 hfp: support AG Recect of incoming call 2015-11-20 17:28:01 +01:00
Matthias Ringwald
86bcf286c1 remove unused functions 2015-11-20 16:42:28 +01:00
Matthias Ringwald
25ec4d39d5 send indicator updates before any RING 2015-11-20 15:37:17 +01:00
Matthias Ringwald
d335fe8384 assume incoming hf connections from PTS 2015-11-20 15:17:23 +01:00
Matthias Ringwald
99757d8753 split HFP_CALL_W4_AUDIO_CONNECTION into _FOR_IN_BAND_RING and _FOR_ACTIVE 2015-11-20 14:59:19 +01:00
Milanka Ringwald
bd546b93af hfp: add global call state machine to hgp ag, handle incoming call when no call is active 2015-11-20 10:36:58 +01:00
Matthias Ringwald
1c7f9bee67 add hfp_ag_set_battery_level 2015-11-19 22:20:19 +01:00
Matthias Ringwald
a0189fc7c2 add hfp_ag_set_roaming_status 2015-11-19 22:15:47 +01:00
Matthias Ringwald
15cadb4796 implement hfp_ag_set_signal_strength 2015-11-19 22:08:20 +01:00
Matthias Ringwald
47850ba16e implement hfp_ag_set_registration_status 2015-11-19 21:55:49 +01:00
Matthias Ringwald
9348a338e2 add 'answer call on ag' and fix implementation 2015-11-19 20:55:46 +01:00
Matthias Ringwald
6471a72da0 fix usage 2015-11-19 16:28:29 +01:00
Matthias Ringwald
61f393ec42 enable/disable in-band ring tone 2015-11-19 15:36:49 +01:00
Milanka Ringwald
f78ff2fbd6 hfp: add repeating ring timeout handler 2015-11-19 15:21:08 +01:00
Milanka Ringwald
968c1e893c hfp: hf terminates call 2015-11-19 12:53:36 +01:00
Milanka Ringwald
a8714e14a6 hfp: ag terminates call 2015-11-19 12:39:19 +01:00
Milanka Ringwald
4630085960 hfp: fix audio connection shutdown 2015-11-19 12:19:43 +01:00
Milanka Ringwald
051eca8fa9 Merge branch 'master' of https://github.com/bluekitchen/btstack 2015-11-19 12:08:11 +01:00
Milanka Ringwald
555cc8ad1e hfp: use default codec 2015-11-19 12:08:02 +01:00