4135 Commits

Author SHA1 Message Date
Milanka Ringwald
ec0ee77dc3 fix codecs connection tests 2015-11-13 23:19:36 +01:00
Milanka Ringwald
d212fbd898 rework codecs connection state machine 2015-11-13 17:13:48 +01:00
Milanka Ringwald
ee1163718a Merge branch 'master' of https://github.com/bluekitchen/btstack 2015-11-12 23:31:50 +01:00
Milanka Ringwald
ee775e9628 fix missing-prototype compile err 2015-11-12 23:31:31 +01:00
Matthias Ringwald
fca884d2ac update state before sending rfcomm string in hsp_ag 2015-11-12 23:31:27 +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
1d34cc59b2 update state before trying to send rfcomm message 2015-11-12 23:19:55 +01:00
Matthias Ringwald
deb81c610f forward more events to app, fix race-condition for synchronous transport 2015-11-12 23:13:27 +01:00
Matthias Ringwald
8e91fbe287 fix compile warning 2015-11-12 23:13:21 +01:00
Matthias Ringwald
80deec94d0 remove exit() from lib code 2015-11-12 23:13:18 +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
3b8b648356 relase packet buffer after sending SCO packet via synchronous transport 2015-11-12 23:13:01 +01:00
Matthias Ringwald
39fa160263 support SCO packets in posix h4 transport 2015-11-12 23:12:56 +01:00
Matthias Ringwald
ac31f03209 add missing break 2015-11-12 23:12:22 +01:00
Matthias Ringwald
6cbb5f8e33 new sco_loopback test 2015-11-12 23:11:51 +01:00
Matthias Ringwald
0e1ceea46c track loopback mode, allow sending SCO packets in loopback mode 2015-11-12 23:11:45 +01:00
Matthias Ringwald
1ae22036c4 fix OCF for write local loopback 2015-11-12 23:11:40 +01:00
Matthias Ringwald
498ec2d9ae add hci read/write loopback mode commands 2015-11-12 23:11:35 +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
Milanka Ringwald
0fcfc79931 fix compile error, add l2cap init and PH to mock 2015-11-12 12:29:21 +01:00
Milanka Ringwald
dd5554cc06 establish/release SCO connection 2015-11-12 12:13:43 +01:00
Matthias Ringwald
ce250f1a12 fix broken init 2015-11-11 17:14:26 +01:00
Matthias Ringwald
2364938666 don't expect \n\r from other side 2015-11-11 17:04:18 +01:00
Matthias Ringwald
273d218ac5 also call libusb_set_iso_packet_lengths 2015-11-11 16:47:02 +01:00
Matthias Ringwald
709c04a5ed less verbose 2015-11-11 16:46:15 +01:00
Matthias Ringwald
49fe3fcbff try to send SCO Sine wave signal 2015-11-11 16:32:31 +01:00
Matthias Ringwald
d9bb7d2c96 return true for can send SCO packet now if synchronous flow control is not enabled 2015-11-11 16:28:47 +01:00
Matthias Ringwald
bc0d02dee3 use portaudio to playback received SCO audio packets 2015-11-11 16:27:11 +01:00
Matthias Ringwald
8261ee042f add hci_register_sco_packet_handler and forward SCO packets to it 2015-11-11 16:15:29 +01:00
Matthias Ringwald
eddad2ab2f auto-disconnect only ACL connections 2015-11-11 16:15:23 +01:00
Matthias Ringwald
cf288f1ce3 add gap_get_connection_type 2015-11-11 16:15:18 +01:00
Matthias Ringwald
61d2c63ca6 Merge branch 'master' of https://github.com/bluekitchen/btstack 2015-11-11 16:06:30 +01:00
Matthias Ringwald
7adf8ebd07 try to send SCO Sine wave signal 2015-11-11 16:06:02 +01:00
Matthias Ringwald
f83934556d forward HCI Events to app 2015-11-11 16:02:32 +01:00
Milanka Ringwald
3902914426 fix function sgn 2015-11-11 15:48:13 +01:00
Milanka Ringwald
2a2a7d08ba Merge branch 'master' of https://github.com/bluekitchen/btstack 2015-11-11 15:45:41 +01:00
Milanka Ringwald
6f1de21cfe hfp ag create/release sco connection 2015-11-11 15:45:35 +01:00
Matthias Ringwald
311f1fecae use hci_get_sco_voice_setting in hsp_ag implementation 2015-11-11 13:59:40 +01:00
Matthias Ringwald
86e7580b55 Merge branch 'master' of https://github.com/bluekitchen/btstack 2015-11-11 13:56:18 +01:00
Matthias Ringwald
c951517b89 add hci_set_sco_voice_setting 2015-11-11 13:56:01 +01:00
Milanka Ringwald
c26caa2172 fixed hfp hf client test 2015-11-11 12:15:35 +01:00
Milanka Ringwald
a88e511712 removed static declaration 2015-11-11 11:19:25 +01:00
Milanka Ringwald
e5963422e1 Merge branch 'master' of https://github.com/bluekitchen/btstack 2015-11-11 11:13:44 +01:00
Matthias Ringwald
ed2615900f make sdp_query_rfcomm_init accessible to sdp_client test 2015-11-08 18:24:35 +01:00
Matthias Ringwald
4b6e439430 make le_handle_advertisement_report accessible to ble_client/advertising_data_parser.c 2015-11-08 18:20:39 +01:00
Matthias Ringwald
eb0a225785 fix prototype 2015-11-08 18:10:17 +01:00