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 |
|
Milanka Ringwald
|
b08371a9d2
|
hfp_hf, hci: fix compile error
|
2020-07-09 23:20:44 +02:00 |
|
Matthias Ringwald
|
c123d999de
|
fix warnings
|
2020-07-09 22:47:43 +02:00 |
|
Matthias Ringwald
|
747f668f46
|
nrf5x and stm32-sx1280 ports: use hci opcodes
|
2020-07-09 22:35:06 +02:00 |
|
Matthias Ringwald
|
9cbd2215b0
|
hci: fix compile for LE only
|
2020-07-09 22:32:18 +02:00 |
|
Matthias Ringwald
|
182c9f077e
|
avrcp: replacle if-else-chain with simple if + return
|
2020-07-09 22:07:42 +02:00 |
|
Matthias Ringwald
|
6f35bb46e6
|
hci: use hci opcode in hci_send_cmd_packet
|
2020-07-09 22:05:47 +02:00 |
|
Matthias Ringwald
|
645b7c25c3
|
hci: use hci opcode in handle_command_complete_event
|
2020-07-09 22:05:26 +02:00 |
|
Matthias Ringwald
|
9b8ab7dae8
|
daemon/bindings: update btstack_parser, java + python bindings for new opcode defines
|
2020-07-09 21:19:39 +02:00 |
|
Matthias Ringwald
|
ea5cc3a8d3
|
hci: provide hci_opcode_t and daemon_opcode_t definitions and use in hci_cmd.c and daemon_cmd.c
|
2020-07-09 20:40:24 +02:00 |
|
Matthias Ringwald
|
5c54401929
|
tool: update python scripts to python3
|
2020-07-09 16:24:31 +02:00 |
|
Matthias Ringwald
|
3404c94120
|
Merge pull request #296 from Matheus-Garbelini/develop
use python3 for compile_gatt.py, qt4, and some desktop ports
|
2020-07-09 11:29:11 +02:00 |
|
Matthias Ringwald
|
e0558b1bf9
|
ad_parser: braces for return, essential types
|
2020-07-07 23:17:21 +02:00 |
|
Matthias Ringwald
|
9192020a66
|
remove <stdio.h>, <stdlib.h> and printf from most core files
|
2020-07-07 22:52:12 +02:00 |
|
Matthias Ringwald
|
3573e8a41e
|
tool/btstack_event_generator: enforce uint8_t offsets
|
2020-07-07 22:25:58 +02:00 |
|
Matthias Ringwald
|
4562e2a2b9
|
hfp_hf: extract hfp_hf_handle_transfer_ag_indicator_status
|
2020-07-07 22:25:58 +02:00 |
|
Matthias Ringwald
|
4f7810264d
|
hci: extract handle_command_complete_event
|
2020-07-07 22:25:58 +02:00 |
|
Matthias Ringwald
|
2c31d7721e
|
a2dp_sink: extract a2dp_sink_handle_signaling_accept
|
2020-07-07 22:25:58 +02:00 |
|
Matthias Ringwald
|
ed75eaeca8
|
hsp_hs: extract hsp_run_handle_state
|
2020-07-07 22:25:58 +02:00 |
|
Matthias Ringwald
|
80205deec3
|
stm32-sx1280: extract btstack_port.c
|
2020-07-07 22:25:58 +02:00 |
|
Matthias Ringwald
|
1d870952eb
|
stm32-sx1280: provide controller.h
|
2020-07-07 22:25:58 +02:00 |
|
Matthias Ringwald
|
6336565e6a
|
stm32-sx1280: hide cts from controller/transport
|
2020-07-07 22:25:58 +02:00 |
|