552 Commits

Author SHA1 Message Date
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
Matthias Ringwald
7dfc85156f less debug output 2015-11-19 12:02:08 +01:00
Matthias Ringwald
cc6c05f9d9 fix test compile 2015-11-19 11:45:07 +01:00
Matthias Ringwald
5a36d28b6d Merge branch 'master' of https://github.com/bluekitchen/btstack 2015-11-19 11:36:02 +01:00
Matthias Ringwald
f0b83df783 handle incoming/terminate call on all hfp connections 2015-11-19 11:35:55 +01:00
Milanka Ringwald
251f271866 ignore binary 2015-11-19 10:06:04 +01:00
Milanka Ringwald
2470dee836 hfp: fix function call 2015-11-19 09:29:19 +01:00
Matthias Ringwald
2c1d941a0c hfp: simulate incoming call, send RING command 2015-11-18 23:48:12 +01:00
Milanka Ringwald
46e0aacc1f hfp: rewrite parse command 2015-11-18 21:39:08 +01:00
Milanka Ringwald
03a10a49af Merge branch 'master' of https://github.com/bluekitchen/btstack 2015-11-18 17:27:50 +01:00
Milanka Ringwald
5bb3fc6c20 hfp: move isHandsFree as func. arg 2015-11-18 17:27:45 +01:00
Matthias Ringwald
5ca8a1e847 add HFP_AGSF_HF_INDICATORS to hfp_ag_test supported features 2015-11-18 17:25:27 +01:00
Matthias Ringwald
856eadec19 provide 't'erminate for hfp_ag_test 2015-11-18 17:09:17 +01:00
Milanka Ringwald
53d4b99082 hfp: remove generic status indicator flags 2015-11-18 16:28:10 +01:00
Milanka Ringwald
652c5eb0a4 hfp: remove operator flags 2015-11-18 16:04:27 +01:00
Milanka Ringwald
b2bcc92ed3 hfp: remove indicato, indicator_status flag 2015-11-18 15:47:08 +01:00
Matthias Ringwald
a2836118fa use strncmp instead of memcmp 2015-11-18 13:44:57 +01:00
Milanka Ringwald
259633092e hfp ag: test incoming call 2015-11-18 10:54:50 +01:00
Milanka Ringwald
446acc6645 hfp rewrite audio connection 2015-11-18 10:20:01 +01:00
Matthias Ringwald
f7a05cdac4 integrate gap_le.h into gap.h 2015-11-16 23:04:25 +01:00
Matthias Ringwald
616edd56bc replace le_command_status_t with regular Bluetooth uint8_t error codes, add le_command_status_t enums to error list 2015-11-16 22:46:17 +01:00
Matthias Ringwald
9293bfa465 rework SDP Service Record management. Service Records can be stored in ROM, daemon creates records on the heap 2015-11-15 20:56:59 +01:00
Matthias Ringwald
60416aa529 fix test compile due to change l2cap packet handler signature 2015-11-15 20:45:43 +01:00
Matthias Ringwald
f1a4af62ee drop connection from sdp register/unregister 2015-11-15 14:02:45 +01:00
Matthias Ringwald
00cae490be fix compile 2015-11-14 23:27:21 +01:00
Milanka Ringwald
ec0ee77dc3 fix codecs connection tests 2015-11-13 23:19:36 +01:00
Matthias Ringwald
0cc6429e00 drop connection from bnep implementation 2015-11-13 23:09:03 +01:00
Matthias Ringwald
e4dd59a7e3 drop connection from rfcomm_register_packet_handler callback 2015-11-13 22:52:48 +01:00
Matthias Ringwald
457b5cb16b drop connection from rfcomm_register_service_internal and rename to rfcomm_register_service 2015-11-13 22:36:27 +01:00
Matthias Ringwald
c5a819b6c9 fix more l2cap packet handler 2015-11-13 22:03:53 +01:00
Matthias Ringwald
be2053a636 use l2cap_register instead of l2cap_register_internal, move service registered event generation to daemon 2015-11-13 21:32:29 +01:00
Milanka Ringwald
d212fbd898 rework codecs connection state machine 2015-11-13 17:13:48 +01:00
Matthias Ringwald
bc2c4f26a4 disable portaudio stuff until test's over 2015-11-13 17:12:39 +01:00
Matthias Ringwald
e8474f1aaa more .gitignore 2015-11-13 15:10:43 +01:00
Matthias Ringwald
3edc84c5b6 fix paths after source reorg 2015-11-13 15:04:41 +01:00
Milanka Ringwald
7e23d729e3 Merge branch 'master' of https://github.com/bluekitchen/btstack 2015-11-12 23:30:49 +01:00
Matthias Ringwald
7cb7a632d7 fix compile for old folder structure 2015-11-12 23:29:54 +01:00
Milanka Ringwald
1872f8480a hfp ag: incoming call 2015-11-12 23:29:11 +01:00
Matthias Ringwald
cd9b7f4494 hsp_hs_test work in progress 2015-11-12 23:13:13 +01:00
Matthias Ringwald
0332c12d6c send correct sco packets in sco_loopback 2015-11-12 23:13:06 +01:00
Matthias Ringwald
6cbb5f8e33 new sco_loopback test 2015-11-12 23:11:51 +01:00
Matthias Ringwald
ad8e5e09eb hsp_hs_test work in progress 2015-11-12 23:07:36 +01:00
Matthias Ringwald
694df8bf19 send correct sco packets in sco_loopback 2015-11-12 23:06:10 +01:00
Milanka Ringwald
deaf6c13c4 hfp ag: start impl incoming call 2015-11-12 17:25:31 +01:00
Milanka Ringwald
8c72a38b3b fix unit test 2015-11-12 14:16:20 +01:00