History log of /btstack/src/ble/att_dispatch.h (Results 1 – 14 of 14)
Revision Date Author Comments
# 1f4d0bc6 02-Jul-2023 Matthias Ringwald <[email protected]>

att_dispatch: add att_dispatch_classic_connect


# d385c90e 02-Jul-2023 Matthias Ringwald <[email protected]>

att_dispatch: add att_dispatch_classic_register_service


# 4a7a258f 30-Jun-2023 Matthias Ringwald <[email protected]>

att_dispatch: use bool for can send now functions


# 7405427f 30-Jun-2023 Matthias Ringwald <[email protected]>

att_dispatch: improve function description


# 2fca4dad 02-Nov-2021 Milanka Ringwald <[email protected]>

license: update text


# fe5a6c4e 27-May-2021 Milanka Ringwald <[email protected]>

src: add title to header files


# 80e33422 11-May-2019 Matthias Ringwald <[email protected]>

Use FILENAME_H as include guard (MISRAC2012-Rule-21.1)


# 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 ...


# 0b9d7e78 01-Apr-2016 Matthias Ringwald <[email protected]>

don't emit X_EVENT_CAN_SEND_NOW if x_can_send_now returns false


# fc64f94a 19-Feb-2016 Matthias Ringwald <[email protected]>

use hci_con_handle_t more


# 19448c0b 05-Feb-2016 Matthias Ringwald <[email protected]>

att_dispatch: wrap calls to l2cap_can_send_fixed_channel for att client/server


# eb886013 20-Jan-2016 Matthias Ringwald <[email protected]>

fix missing bstack_ for struct data_source and struct timer. utils->btstack_util


# 3edc84c5 13-Nov-2015 Matthias Ringwald <[email protected]>

fix paths after source reorg


# 3deb3ec6 13-Nov-2015 Matthias Ringwald <[email protected]>

split sources into core, ble, and classic