#
2fca4dad |
| 02-Nov-2021 |
Milanka Ringwald <[email protected]> |
license: update text
|
#
296289e3 |
| 09-May-2021 |
Matthias Ringwald <[email protected]> |
att_dispatch: use ble prefix for includes
|
#
b9add4c9 |
| 03-May-2021 |
Matthias Ringwald <[email protected]> |
att_dispatch: fix unused warning
|
#
838bd521 |
| 02-May-2021 |
Matthias Ringwald <[email protected]> |
att: handle invalid requests & commands
|
#
f38f43d7 |
| 17-Dec-2020 |
Matthias Ringwald <[email protected]> |
att_dispatch: fix ATT_EVENT_MTU_EXCHANGE_COMPLETE emit
|
#
4ea43905 |
| 23-Jul-2020 |
Matthias Ringwald <[email protected]> |
MISRAC2012-Rule-10.4_a: append 'u' to constant literals when used in unsigned expressions or comparisons
|
#
e501bae0 |
| 11-May-2019 |
Matthias Ringwald <[email protected]> |
Use BTSTACK_FILE__ without __ prefix (MISRAC2012-Rule-21.1)
|
#
bba111e7 |
| 22-Mar-2018 |
Matthias Ringwald <[email protected]> |
att_dispatch: trigger another can send now on client request
|
#
98cc33c4 |
| 12-Mar-2018 |
Matthias Ringwald <[email protected]> |
att_dispatch: avoid infinite recursion if no packet handler defined and can send now gets requested (which is not correct)
|
#
1dab9fd6 |
| 19-Feb-2018 |
Matthias Ringwald <[email protected]> |
att_dispatch: fix bug in round robin between
|
#
047a7fd3 |
| 01-Feb-2018 |
Matthias Ringwald <[email protected]> |
att_dispatch: request another can send now event if needed
|
#
7a705a92 |
| 01-Feb-2018 |
Matthias Ringwald <[email protected]> |
att_dispatch: round robin for client & server
|
#
53e41ec1 |
| 01-Feb-2018 |
Matthias Ringwald <[email protected]> |
att_dispatch: store client and server in array, simplify packet handler
|
#
25684bfc |
| 01-Feb-2018 |
Matthias Ringwald <[email protected]> |
att_dispatch: fix packet type for ATT_EVENT_MTU_EXCHANGE_COMPLETE, extract emit_mtu_exchange_complete
|
#
b12646c5 |
| 16-Jan-2018 |
Jakob Krantz <[email protected]> |
att_dispatch: Propogate MTU update to both att_server and gatt_client.
According to the BT 5.0 spec. A MTU negotiation shall only be required in one direction. I.e. We must propogate the negotiated
att_dispatch: Propogate MTU update to both att_server and gatt_client.
According to the BT 5.0 spec. A MTU negotiation shall only be required in one direction. I.e. We must propogate the negotiated MTU between gatt_client and att_server.
show more ...
|
#
ab2c6ae4 |
| 24-Mar-2017 |
Matthias Ringwald <[email protected]> |
tool: add update_filename.py that adds __BTSTACK_FILE__ to every .c file for use with debug output instead of __FILE__
|
#
202c8a4c |
| 19-Oct-2016 |
Matthias Ringwald <[email protected]> |
fix warnings/bugs reported by eclipse static analyzer
|
#
0b9d7e78 |
| 01-Apr-2016 |
Matthias Ringwald <[email protected]> |
don't emit X_EVENT_CAN_SEND_NOW if x_can_send_now returns false
|
#
59c6af15 |
| 28-Mar-2016 |
Matthias Ringwald <[email protected]> |
add classic/core.h and ble/core.h, add ENABLE_CLASSIC where missing
|
#
b947e684 |
| 29-Feb-2016 |
Matthias Ringwald <[email protected]> |
att_dispatch: use hci_can_send_acl_le_packet_now to avoid warning about incorrect con handle
|
#
fc64f94a |
| 19-Feb-2016 |
Matthias Ringwald <[email protected]> |
use hci_con_handle_t more
|
#
773c4106 |
| 05-Feb-2016 |
Matthias Ringwald <[email protected]> |
att_dispatch: forward L2CAP_EVENT_CAN_SEND_NOW to ATT Client & Server
|
#
adbe29e8 |
| 05-Feb-2016 |
Matthias Ringwald <[email protected]> |
l2cap: add fixed l2cap channel id to l2cap_can_send_fixed_channel_now
|
#
19448c0b |
| 05-Feb-2016 |
Matthias Ringwald <[email protected]> |
att_dispatch: wrap calls to l2cap_can_send_fixed_channel for att client/server
|
#
1a389cdc |
| 03-Feb-2016 |
Matthias Ringwald <[email protected]> |
att_dispatch: don't forward HCI Events to ATT Server. ATT Server registers for HCI Events
|