397 Commits

Author SHA1 Message Date
Milanka Ringwald
25234a7e05 Merge branch 'develop' into a2dp
Conflicts:
	example/Makefile.inc
	example/sco_demo_util.c
	port/pic32-harmony/app.X/nbproject/Makefile-default.mk
	port/pic32-harmony/app.X/nbproject/Makefile-genesis.properties
	port/pic32-harmony/app.X/nbproject/configurations.xml
	port/pic32-harmony/create_examples.py
	src/classic/btstack_cvsd_plc.c
	src/classic/btstack_sbc_bludroid.c
	src/classic/btstack_sbc_plc.c
	test/ring_buffer/.gitignore
2016-11-14 15:54:38 +01:00
Milanka Ringwald
40e1e61c3d maths: aproximation of sqrt 2016-11-14 14:59:29 +01:00
Matthias Ringwald
780ba00b7c pts: fix accept incoming classic connection 2016-10-27 11:49:02 +02:00
Matthias Ringwald
4231322a14 pts: fix compile 2016-10-26 12:53:21 +02:00
Matthias Ringwald
4427624894 add LE Data Channel Events (L2CAP_EVENT_LE_*). implement can send now logic 2016-10-18 11:49:04 +02:00
Matthias Ringwald
cab29d481b use ENABLE_LE_DATA_CHANNELS, add compile flag to doc 2016-10-14 16:00:59 +02:00
Matthias Ringwald
83fd9c76e2 validate security level on incoming le data channel connection requests 2016-10-14 15:31:14 +02:00
Matthias Ringwald
636dcb6155 pts: use cid_le for disconect 2016-10-14 11:08:00 +02:00
Matthias Ringwald
7dafa7502d require hci connection for l2cap le data channels 2016-10-12 12:27:20 +02:00
Matthias Ringwald
e5b5b3745f pts: extend le_data_channel test 2016-10-07 20:53:16 +02:00
Matthias Ringwald
63f0ac45ed l2cap: extend test, fix bugs, add missing checks to pass PTS 2016-10-06 16:09:54 +02:00
Matthias Ringwald
85aeef606d l2cap: count credits with le data channels. implement auto credits 2016-10-05 22:09:32 +02:00
Matthias Ringwald
7f107eda76 l2cap: fragment outgoing le data channel SDU 2016-10-05 15:49:18 +02:00
Matthias Ringwald
828a7f7ad0 l2cap: implement le disconnect 2016-10-05 11:58:27 +02:00
Matthias Ringwald
64e11ca9ae l2cap: send/receive le data channel SDUs that fit into single packet 2016-10-05 11:01:26 +02:00
Matthias Ringwald
991fea48d1 l2cap: close l2cap le connection on hci disconnect 2016-10-04 16:32:28 +02:00
Matthias Ringwald
230174734c l2cap: send and receive le connection response accept 2016-10-04 16:05:27 +02:00
Matthias Ringwald
1b8b8d056f l2cap: send and handle le connection decline 2016-10-04 15:48:27 +02:00
Matthias Ringwald
fcea67036c Merge branch 'develop' into le-data-channel 2016-10-04 11:46:19 +02:00
Matthias Ringwald
fac60fea7b fix compile 2016-09-29 16:06:01 +02:00
Matthias Ringwald
8cff923e81 Merge branch 'develop' into a2dp 2016-08-24 13:45:38 +02:00
Matthias Ringwald
acec3d0f1b pts: accept/decline incoming connection 2016-07-27 16:40:28 +02:00
Milanka Ringwald
8a0c2d7bda remove duplicated tests (exist under btstack/examples) 2016-07-27 14:54:09 +02:00
Milanka Ringwald
d97d752d32 hfp ag api change: use acl_handle instead of bd_addr 2016-07-27 12:22:28 +02:00
Matthias Ringwald
48af0c56d8 pts: le_data_channel sets up hci connection 2016-07-22 22:04:43 +02:00
Matthias Ringwald
64aa668699 Merge branch 'develop' into le-data-channel 2016-07-22 17:20:32 +02:00
Matthias Ringwald
9620f7c419 pts: fix compile warning in ble_central_test 2016-07-22 17:19:48 +02:00
Matthias Ringwald
b2903a0e7a pts: add le_data_channel test 2016-07-09 23:03:49 +02:00
Matthias Ringwald
4228475e2e pts: fix compile ble_central_test 2016-07-09 23:03:49 +02:00
Matthias Ringwald
9ed01c3693 posix: add le_device_db_fs that stores db at /tmp/btstack_le_device_db.txt as basic csv 2016-06-27 15:20:16 +02:00
Matthias Ringwald
4dfd504ad1 sm: sm_cmac_start -> sm_cmac_signed_write 2016-06-20 11:34:56 +02:00
Matthias Ringwald
13839019fa HFP + HSP: use uniform btstack_packet_handler_t 2016-04-21 21:37:40 +02:00
Matthias Ringwald
b3fcedb9c9 compile-gatt.py -> compile_gatt.py 2016-04-10 21:58:19 +02:00
Matthias Ringwald
b745505ebe pts/hsp_hs: init l2cap 2016-04-09 21:08:33 +02:00
Matthias Ringwald
9323e69038 pts/hsp_ag: init l2cap, add command to establish audio connection 2016-04-09 21:07:20 +02:00
Matthias Ringwald
25866f0125 pts: add other PTS dongle 2016-04-09 20:35:42 +02:00
Milanka Ringwald
a0653c3b5c hfp: HFP_SUBEVENT_SERVICE_LEVEL_CONNECTION_ESTABLISHED emited with connection handle 2016-04-08 17:04:40 +02:00
Matthias Ringwald
9322a3ccd6 pts: fix compile 2016-04-08 14:19:54 +02:00
Milanka Ringwald
10cad10245 use getters in HCI_EVENT_LE_META 2016-04-01 16:28:01 +02:00
Milanka Ringwald
cdc7d1ab0b use btstack_event_state_get_state 2016-04-01 16:23:28 +02:00
Milanka Ringwald
3ee82ab15a use getters in GAP_EVENT_ADVERTISING_REPORT 2016-04-01 16:08:15 +02:00
Milanka Ringwald
f3bf92b5f8 fix compile 2016-04-01 16:07:44 +02:00
Milanka Ringwald
0696953a74 use getters in hfp demos 2016-04-01 15:48:05 +02:00
Matthias Ringwald
3c5f85690a Merge branch 'develop' of https://github.com/bluekitchen/btstack into develop 2016-04-01 14:52:08 +02:00
Matthias Ringwald
13e6e052f6 pts: fix compile 2016-04-01 14:50:10 +02:00
Milanka Ringwald
508c11d664 use getters in BNEP_EVENT_CHANNEL_OPENED 2016-04-01 14:49:31 +02:00
Milanka Ringwald
caa8239151 use getters in RFCOMM_EVENT_INCOMING_CONNECTION and RFCOMM_EVENT_CHANNEL_OPENED 2016-04-01 14:31:18 +02:00
Milanka Ringwald
a6ef64ba22 use hci_event_pin_code_request_get_bd_addr 2016-04-01 14:04:14 +02:00
Milanka Ringwald
be7cc9a0c2 use btstack_event_state_get_state 2016-04-01 12:27:13 +02:00
Milanka Ringwald
f8744dea34 use hci_event_inquiry_result_get_num_responses 2016-04-01 12:16:32 +02:00