10927 Commits

Author SHA1 Message Date
Matthias Ringwald
dbe92de6a9 btstack_link_key_db_tlv: require NVM_NUM_LINK_KEYS to be set in btstack_config.h, set NVM_NUM_LINK_KEYS 16 where missing 2020-07-13 18:05:30 +02:00
Milanka Ringwald
9798b196e5 avdtp: remove printf from library 2020-07-13 16:35:56 +02:00
Matthias Ringwald
be21d6886f avdtp: fix warning 2020-07-13 12:39:28 +02:00
Matthias Ringwald
77092f3ebc avdtp: remove avdtp_context_t 2020-07-13 12:19:36 +02:00
Matthias Ringwald
c69f4ba529 avdtp: emit most events to sink and source if registered 2020-07-13 12:09:19 +02:00
Matthias Ringwald
32d799b87b avdtp: emit set config and other events to sink/source based on stream endpoint type 2020-07-13 11:30:45 +02:00
Matthias Ringwald
1cd6e5652b stm32-sx1280: allow to configure set of advertisement channels 2020-07-12 23:22:58 +02:00
Matthias Ringwald
9efa14e56c stm32-sx1280: advertise on configured channels 2020-07-12 23:02:15 +02:00
Matthias Ringwald
de7d2a884e avdtp: fix warning 2020-07-12 00:21:38 +02:00
Matthias Ringwald
a65fe4076d stm32-sx1280: fix tx packet queuing 2020-07-12 00:18:54 +02:00
Matthias Ringwald
4e5921a401 stm32-sx1280: build multiple examples 2020-07-11 23:50:29 +02:00
Matthias Ringwald
f4e5258ff7 stm32-sx1280: fix can send now, notify on packet sent 2020-07-11 23:45:24 +02:00
Matthias Ringwald
f08f4934f3 avdtp: emit media codec other based on local stream endpoint 2020-07-11 18:20:10 +02:00
Matthias Ringwald
0fbfe0705c avdtp: emit media codec sbc based on local stream endpoint 2020-07-11 18:09:52 +02:00
Matthias Ringwald
61fb88e19d avdtp: emit configuration based on local stream endpoint 2020-07-11 17:58:07 +02:00
Matthias Ringwald
2d9d000f0d avdtp: emit delay only as source 2020-07-11 17:50:07 +02:00
Matthias Ringwald
f751daa3e8 avdtp: emit events to sink/source based on stream endpoint type 2020-07-11 16:54:21 +02:00
Matthias Ringwald
702fd9c2c7 a2dp: call user packet handler directly 2020-07-11 16:10:48 +02:00
Matthias Ringwald
38106e952d avdtp: remove a2dp_callback from avdtp_context_t 2020-07-11 16:02:34 +02:00
Matthias Ringwald
951d2774cf avdtp: remove handle_media_data from avdtp_context_t 2020-07-11 15:47:22 +02:00
Matthias Ringwald
109ac445d4 stm32-sx1280: update readme 2020-07-11 15:20:38 +02:00
Matthias Ringwald
e4380caf67 stm32-sx1280: extract ll_sx1280.c from controller.c 2020-07-11 15:20:38 +02:00
Matthias Ringwald
01d28edad6 stm32-sx1280: move event generation for connection changes into ll part 2020-07-11 15:20:38 +02:00
Matthias Ringwald
f5a4c43e1f stm32-sx1280: implement transport_can_send_packet_now, deliver packets from ll via controller 2020-07-11 15:20:38 +02:00
Milanka Ringwald
f01aeca4c9 avdtp: on disconnect call directly l2cap_disconnect on all stream endpoints and then the connection as well 2020-07-11 15:15:16 +02:00
Milanka Ringwald
b401ff594c avdtp: remove context param from disconnect call 2020-07-11 14:58:09 +02:00
Milanka Ringwald
cec76c5b8e avdtp: remove unused param 2020-07-10 17:07:25 +02:00
Milanka Ringwald
297feb5f52 avdtp: remove unused param 2020-07-10 17:04:17 +02:00
Milanka Ringwald
19a000d164 avdtp: remove unused param 2020-07-10 16:57:04 +02:00
Milanka Ringwald
054be04844 avdtp: remove unused param 2020-07-10 16:54:40 +02:00
Milanka Ringwald
6f98b08481 avdtp: remove unused param 2020-07-10 16:52:47 +02:00
Milanka Ringwald
d8e1539477 avdtp: remove stream endpoints from context, fix unused param in avdtp_get_stream_endpoint_for_seid 2020-07-10 16:46:58 +02:00
Milanka Ringwald
560b3f31ba avdtp: remove stream endpoint id counter from context 2020-07-10 16:32:08 +02:00
Milanka Ringwald
a1fb0563e9 avdtp: use btstack_assert, remove sdp_query_context 2020-07-10 15:18:05 +02:00
Milanka Ringwald
a699c1698e avdtp_util: replace if check with assert 2020-07-10 15:04:00 +02:00
Milanka Ringwald
2dab758abe avdtp: remove check on avdtp_cid 2020-07-10 14:16:14 +02:00
Milanka Ringwald
ca2c9990b8 avdtp: remove avdtp_cid from context 2020-07-10 14:06:46 +02:00
Milanka Ringwald
ed161adb1f avdtp: remove packet_handler from context 2020-07-10 13:53:57 +02:00
Milanka Ringwald
b1549ed379 avdtp: move params from context to avdtp connection struct 2020-07-10 13:49:52 +02:00
Milanka Ringwald
acaabd2279 avdtp: remove unused packet_handler 2020-07-10 13:30:00 +02:00
Matthias Ringwald
3cd0cd1565 libusb: delete accidental commit of executables 2020-07-10 11:44:17 +02:00
Milanka Ringwald
149deddbd9 avdtp: differentiate SDP queries towards sink and source 2020-07-10 10:53:14 +02:00
Milanka Ringwald
bd6f65db86 avdtp: fix sink (handle media) 2020-07-10 10:53:14 +02:00
Milanka Ringwald
25d4f4344e avdtp: fix warning 2020-07-10 09:07:52 +02:00
Milanka Ringwald
33948a4276 avdtp: fix compile 2020-07-09 23:22:56 +02:00
Milanka Ringwald
5ace758fcc avdtp: move connections from context to avdtp.c 2020-07-09 23:20:44 +02:00
Milanka Ringwald
37fae98766 avrcp: rename event and timer 2020-07-09 23:20:44 +02:00
Milanka Ringwald
ff53b16278 avdtp: rename event and timer 2020-07-09 23:20:44 +02:00
Milanka Ringwald
326e3662d0 avdtp: introduce timer to retry establishing signaling connection on incoming connection decline 2020-07-09 23:20:44 +02:00
Milanka Ringwald
a511481936 avdtp: rewrite code in L2CAP_EVENT_CHANNEL_OPENED event to use switch statement 2020-07-09 23:20:44 +02:00