6123 Commits

Author SHA1 Message Date
Milanka Ringwald
2ec72fbbcd fix compile 2016-07-20 11:11:02 +02:00
Matthias Ringwald
7ef6a7bbd9 l2cap: drop reason arg for l2cap_decline_connection - only 'no resources' expected 2016-07-17 22:49:15 +02:00
Matthias Ringwald
7e8856ebfd l2cap: return error for l2cap_unregister_service 2016-07-17 22:43:06 +02:00
Matthias Ringwald
e981dfc496 drop HAVE_INIT_SCRIPT from port/*/btstack_config.h as it's not used anymore 2016-07-17 22:38:24 +02:00
Matthias Ringwald
da0fc6cc57 slip encoder: fix compile warning 2016-07-17 21:40:15 +02:00
Matthias Ringwald
c2e1fa6005 hci: provided error code in hardware error callback 2016-07-17 20:58:49 +02:00
Matthias Ringwald
e63eef5d93 cc256x: add command for setting bd addr 2016-07-17 20:53:57 +02:00
Milanka Ringwald
611ca09fac sbc plc: detect zero frames 2016-07-15 17:31:41 +02:00
Matthias Ringwald
67a4e08d75 Merge branch 'develop' 2016-07-15 17:28:19 +02:00
Matthias Ringwald
06cd539f41 sm: fix pairing in legacy mode 2016-07-15 17:28:02 +02:00
Milanka Ringwald
743c1aead2 sbc decoder: get sequence nr from H2 header 2016-07-15 16:02:22 +02:00
Milanka Ringwald
a7e6f4dda0 sbc: add sine.msbc test file 2016-07-15 11:30:17 +02:00
Milanka Ringwald
2831fb0afa sbc plc: add support in bludroiod decoder impl 2016-07-14 17:26:22 +02:00
Matthias Ringwald
6d4512e2c5 Merge branch 'develop' 2016-07-14 14:22:43 +02:00
Matthias Ringwald
26a9b6da53 hci: combine hci_packet_buffer_prefix with hci_packet_buffer into hci_packet_buffer_data and use hci_packet_buffer as pointer to point at pos HCI_OUTGOING_PRE_BUFFER_SIZE 2016-07-14 14:22:24 +02:00
Matthias Ringwald
313e5f9c03 hci: log cause for hardware error 2016-07-14 14:13:58 +02:00
Matthias Ringwald
b3a254ba18 Merge branch 'develop' 2016-07-14 11:28:26 +02:00
Matthias Ringwald
9ecd1ba8ab ehcill: fix bug when send packet was called between receive sleep ind and send of sleep ack 2016-07-14 11:28:08 +02:00
Milanka Ringwald
1ff8adc53a sbc plc: add and compile files 2016-07-14 11:21:39 +02:00
Matthias Ringwald
71e18a93a3 Merge branch 'develop' 2016-07-13 11:33:11 +02:00
Matthias Ringwald
efedfb4cf8 l2cap: start creating connection via gap whitelest 2016-07-09 23:03:49 +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
da144af509 l2cap: extract l2cap_create_channel_entry. implement register/unregister le service 2016-07-09 23:03:49 +02:00
Matthias Ringwald
5073de0d83 l2cap: add LE Data Channel API 2016-07-09 23:03:49 +02:00
Matthias Ringwald
e13e7f54cb libusb: parse -u 11:22:33 as USB path 2016-07-09 16:26:41 +02:00
Matthias Ringwald
aa662eec9c libusb: allows to specify USB dongle with hci_transport_usb_set_path 2016-07-09 16:10:45 +02:00
Milanka Ringwald
613518d19a sbc decoder: fix sbc_decoder_process_data 2016-07-08 23:31:19 +02:00
Matthias Ringwald
a77ee77c5e libusb: print path for USB dongle 2016-07-08 22:50:35 +02:00
Matthias Ringwald
8089d5b492 l2cap: start creating connection via gap whitelest 2016-07-08 22:22:38 +02:00
Milanka Ringwald
fcb08cdb2a sbc decoder: integration with sco_util 2016-07-08 17:11:57 +02:00
Matthias Ringwald
3f1d1cdaad pts: add le_data_channel test 2016-07-08 16:48:52 +02:00
Matthias Ringwald
9e6aabb55c pts: fix compile ble_central_test 2016-07-08 16:48:35 +02:00
Milanka Ringwald
9d9464def1 Merge branch 'a2dp' of https://github.com/bluekitchen/btstack into a2dp
Conflicts:
	test/sbc/sbc_decoder.py
2016-07-08 12:51:48 +02:00
Milanka Ringwald
be25a7a91f sbc decoder: find H2 syncword 2016-07-08 12:49:37 +02:00
Matthias Ringwald
042beff1a9 sbc: fix mSBC CRC calculation 2016-07-08 12:49:05 +02:00
Milanka Ringwald
05c5673442 add msbc support to python sbc decoder 2016-07-08 11:48:14 +02:00
Milanka Ringwald
b00330a893 sbc: reduce state vars in decoder state 2016-07-07 23:55:06 +02:00
Matthias Ringwald
ac7e9e28fd l2cap: extract l2cap_create_channel_entry. implement register/unregister le service 2016-07-07 17:01:49 +02:00
Matthias Ringwald
855bd1b03d l2cap: add LE Data Channel API 2016-07-07 15:24:59 +02:00
Milanka Ringwald
b63c1ba887 sbc decoder moved to src/classic 2016-07-07 13:21:10 +02:00
Matthias Ringwald
4ea196a400 btstack_run_loop: don't return of void function 2016-07-07 11:26:05 +02:00
Matthias Ringwald
22fe8451e4 Merge branch 'develop' 2016-07-06 14:08:32 +02:00
Matthias Ringwald
4d667262e5 wiced: fix build 2016-07-06 14:08:21 +02:00
Matthias Ringwald
7c959318bb fix warnings related to potential loss of precision for integer conversions 2016-07-05 11:31:53 +02:00
Matthias Ringwald
45718b6f18 hfp: avoid null pointer dereference if indicator does not exist 2016-07-05 11:31:09 +02:00
Matthias Ringwald
bb015fa70d bnep: avoid 'may be unitialized when used' in clang 2016-07-05 11:22:55 +02:00
Matthias Ringwald
abef3b9e5d Merge branch 'develop' 2016-07-05 11:07:21 +02:00
Matthias Ringwald
70c2750807 rfcomm: avoid null-pointer dereference for invalid rfcomm_cid 2016-07-05 11:07:09 +02:00
Matthias Ringwald
5ca1628e7e chipset/cc256x: fix compile for ANT add-on 2016-07-05 11:07:04 +02:00