4579 Commits

Author SHA1 Message Date
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
346f67a891 hfp: add slc establisment to call termination 2015-11-19 13:37:22 +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
9d215ccf84 don't disconnect SCL on audio release 2015-11-19 12:00:32 +01:00
Matthias Ringwald
cc6c05f9d9 fix test compile 2015-11-19 11:45:07 +01:00
Matthias Ringwald
32fbcbfb1f use global hfp ag indicators 2015-11-19 11:41:46 +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
724108d5d0 hfp: remove cmd from enum 2015-11-19 10:03:28 +01:00
Milanka Ringwald
f9feb1a178 hfp: fix incoming call test 2015-11-19 09:49:38 +01:00
Milanka Ringwald
2470dee836 hfp: fix function call 2015-11-19 09:29:19 +01:00
Milanka Ringwald
c7de4f0ccc merge 2015-11-19 09:27:03 +01:00
Matthias Ringwald
2c1d941a0c hfp: simulate incoming call, send RING command 2015-11-18 23:48:12 +01:00
Matthias Ringwald
7f01e2eed8 hfp: use default codec if not codec exchange happend 2015-11-18 23:06:37 +01:00
Matthias Ringwald
eb9aa28c64 Merge branch 'master' of https://github.com/bluekitchen/btstack 2015-11-18 22:41:56 +01:00
Matthias Ringwald
6d0dd6a09e fix sending of supported geneirc status indicators in ag role 2015-11-18 22:41:44 +01:00
Milanka Ringwald
05fd244130 hfp ag: used retrun with value directly instead with done 2015-11-18 22:11:27 +01:00
Milanka Ringwald
46e0aacc1f hfp: rewrite parse command 2015-11-18 21:39:08 +01:00
Milanka Ringwald
a87db99d2b hfp hf cleanup 2015-11-18 19:39:36 +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
Matthias Ringwald
de8ef3d379 provide context for incoming connection, forward rfcomm open event to app 2015-11-18 17:08:31 +01:00
Matthias Ringwald
74b200de27 Merge branch 'master' of https://github.com/bluekitchen/btstack 2015-11-18 16:34:30 +01:00
Milanka Ringwald
b29cac72b4 hfp: remove one ok flag 2015-11-18 16:34:26 +01:00
Matthias Ringwald
d59a7e7577 fix SDP records for HFP HF/AG 2015-11-18 16:34:09 +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
ba7fd8c4e5 rename hfp_handle_rfcomm_event to hfp_handle_rfcomm_data 2015-11-18 14:20:36 +01:00
Matthias Ringwald
6b7b88195c clean hfp_handle_rfcomm_event 2015-11-18 14:20:01 +01:00
Matthias Ringwald
18b31b6d3e remove HFP_EXCHANGE_SUPPORTED_FEATURES->HFP_W4_EXCHANGE_SUPPORTED_FEATURES hack 2015-11-18 14:18:19 +01:00
Matthias Ringwald
a2836118fa use strncmp instead of memcmp 2015-11-18 13:44:57 +01:00
Milanka Ringwald
ae245cdf0a rewrite hfp hs codecs sm 2015-11-18 12:32:57 +01:00
Matthias Ringwald
0b50beb53d add convenience btstack.h that includes all public APIs 2015-11-18 11:55:11 +01:00
Milanka Ringwald
22c9a32a8c remove unsed attrs 2015-11-18 11:02:26 +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
0dae983f2f rename btstack.h to btstack_client.h 2015-11-17 13:46:49 +01:00
Matthias Ringwald
f7a05cdac4 integrate gap_le.h into gap.h 2015-11-16 23:04:25 +01:00
Matthias Ringwald
472a574229 fix compile 2015-11-16 23:03:46 +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