7772 Commits

Author SHA1 Message Date
Matthias Ringwald
549011958f l2cap-ertm: indicate support for FCS Option in Information Response 2017-12-13 17:58:30 +01:00
Matthias Ringwald
b4f171b1aa l2cap-ertm: remove dead code 2017-12-13 17:40:13 +01:00
Matthias Ringwald
b72f690607 l2cap-ertm: calculate fcs only if used 2017-12-13 17:38:14 +01:00
Matthias Ringwald
fcb125edaf l2cap-ertm: fix fcs option configuration 2017-12-13 17:33:52 +01:00
Matthias Ringwald
a4f7d0a0d8 pts: fix compile 2017-12-13 16:52:44 +01:00
Matthias Ringwald
3f2e561446 pic32-harmony: mention Harmony v1.0 2017-12-13 16:19:10 +01:00
Matthias Ringwald
aee3eb8500 esp32: add link to issues posted by BK 2017-12-13 16:19:10 +01:00
Milanka Ringwald
a99118cda0 pts test: fix compile, add browsing controller cmds 2017-12-13 14:33:38 +01:00
Milanka Ringwald
2ee0e329f8 increase HCI_ACL_PAYLOAD_SIZE 2017-12-13 14:31:44 +01:00
Milanka Ringwald
81c03ff0b8 a2dp: handle pin code request 2017-12-13 14:30:53 +01:00
Milanka Ringwald
a5c9fdc555 a2dp: handle pin code request 2017-12-13 14:29:50 +01:00
Milanka Ringwald
c0a054f62c avrcp browsing: handle incoming avrcp connection 2017-12-13 14:29:15 +01:00
Milanka Ringwald
3dfd0eb6df sbc: include header in btstack.h 2017-12-13 14:27:42 +01:00
Milanka Ringwald
576a1127b5 avrcp browsing: add incoming connection event 2017-12-13 14:26:44 +01:00
Milanka Ringwald
9c87470376 libusb: exclude portaudio from build 2017-12-05 14:30:24 +01:00
Milanka Ringwald
bdbc3ef668 avdtp initiator: add timer to repeat the set configuration query on reject 2017-12-05 14:29:11 +01:00
Matthias Ringwald
895b2d2ae0 samv71-xplained-atwilc3000: update build and readme 2017-12-05 11:12:31 +01:00
Matthias Ringwald
a15efc8617 atwilc3000: use BLE-only firmware from ASF 2017-12-04 15:53:40 +01:00
Matthias Ringwald
1d5191c92e hid_host_demo: use new HID parser to decode keyboard and simulate terminal 2017-12-04 14:57:08 +01:00
Matthias Ringwald
d4efbfbf55 sdp_util: add getter for DE_STRING type 2017-12-04 14:56:04 +01:00
Matthias Ringwald
12ccb71b49 hid_parser: compact single-pass HID Parser to process HID Reports based on HID Descriptor 2017-12-04 14:55:17 +01:00
Milanka Ringwald
ec3d71e355 avdtp: fix incoming/outgoing connection, introduce more logs 2017-12-01 17:30:20 +01:00
Milanka Ringwald
d8b859a262 avdtp: on reject set configuration change role from initiator to acceptor, and set timer to repeat set configuration until successful 2017-12-01 15:23:23 +01:00
Milanka Ringwald
63331bf43d avdtp source: send event on signaling connection established for both incoming and outgoing connections 2017-12-01 15:23:23 +01:00
Matthias Ringwald
a59e4bafff sbc: only link against sbc encoder for a2dp_source and sbc decoder in a2dp_sink demos 2017-11-29 17:23:58 +01:00
Matthias Ringwald
c37cd8f3d1 sbc: split btstack_sbc_bludroid.c into seperate encoder and decoder implementation 2017-11-29 17:13:17 +01:00
Matthias Ringwald
1fbd72c577 sm: move sm_pairing_packet getters into sm.c 2017-11-29 16:57:07 +01:00
Matthias Ringwald
d64e9771b3 l2cap-ertm: add mtu option to ertm config request/response 2017-11-29 11:39:11 +01:00
Matthias Ringwald
eb3c94dfe2 atwilc3000: use firmware from new linux4wilc/firmware repo 2017-11-27 21:16:28 +01:00
Matthias Ringwald
d0ec3fbfb2 samv71-xplained-atwilc3000: disable classic 2017-11-27 21:01:35 +01:00
Matthias Ringwald
8d995dff46 hid_host_demo: fix compile 2017-11-27 15:26:35 +01:00
Matthias Ringwald
67c74d2681 hid_host_demo: larger max attribute value for larger hid descriptor length 2017-11-27 15:21:42 +01:00
Matthias Ringwald
e85416c122 hid_host_demo: open l2ap channels and print received packets 2017-11-27 15:21:42 +01:00
Matthias Ringwald
2d05904d2f hid_host_demo: query SDP HID record for PSMs and HID Descriptor 2017-11-27 15:21:42 +01:00
Matthias Ringwald
7d2cb0f8ec atwilc3000: use last published firmware on now obsolete repository 2017-11-27 14:08:33 +01:00
Milanka Ringwald
ffa6c1604b avdtp: cache SBC codec info to emot on set config accept 2017-11-27 00:40:37 +01:00
Milanka Ringwald
5e51387501 avdtp: pass sbc codec information to emit function 2017-11-27 00:17:42 +01:00
Milanka Ringwald
e7e31fb815 a2dp source: remove get configuration 2017-11-26 23:44:08 +01:00
Matthias Ringwald
b37a9357a4 l2cap: assume remote mtu = L2CAP_DEFAULT_MTU (instead of L2CAP_MINIMAL_MTU) if peer doesn't send MTU config option 2017-11-24 17:02:38 +01:00
Milanka Ringwald
baba939ba9 a2dp sink: fix typo 2017-11-24 16:37:07 +01:00
Milanka Ringwald
e2d6e24b54 a2dp source: move sbc init from a2dp source to demo 2017-11-24 16:37:07 +01:00
Milanka Ringwald
10b7d8c399 a2dp source: move sbc init from a2dp source to demo 2017-11-24 16:37:07 +01:00
Milanka Ringwald
3dfa93f535 a2dp source: fix cid chack on incoming connection 2017-11-24 16:37:07 +01:00
Milanka Ringwald
3290eaa8b0 a2dp sink demo: fix status of read_media_data_header and read_sbc_header 2017-11-24 16:37:07 +01:00
Matthias Ringwald
4816392915 sm: don't notify client upon new le device entry if entry creation failed 2017-11-24 16:29:20 +01:00
Matthias Ringwald
3b70da213b a2dp_source_demo: add bd_addr of headphones 2017-11-23 15:47:40 +01:00
Matthias Ringwald
2c65c00413 a2dp_source_demo: limit generated samples by sbc_storage size 2017-11-23 15:26:40 +01:00
Matthias Ringwald
ac881096ca a2dp_sink.h: fix include 2017-11-23 10:54:53 +01:00
Milanka Ringwald
e5b24613ab avrcp browsing: change go up one folder API 2017-11-22 17:16:41 +01:00
Milanka Ringwald
2f511ffbef avrcp browsing: change API for folder/media browsing 2017-11-22 16:52:27 +01:00