History log of /btstack/src/ble/gatt-service/cycling_power_service_server.c (Results 1 – 25 of 30)
Revision Date Author Comments
# 52c964be 24-Jul-2024 Matthias Ringwald <[email protected]>

gatt-service/cycling_power_service_server: store current force/torque magnitudes in uint16_t, counter in uint16_t


# 89d9762f 24-Jul-2024 Matthias Ringwald <[email protected]>

gatt-service/cycling_power_service_server: check for enhanced calibration supported


# ef34fc14 24-Jul-2024 Matthias Ringwald <[email protected]>

gatt-service/cycling_power_service_server: offset compensation operation do not depend on extreme magnitudes


# ee5fda23 24-Jul-2024 Matthias Ringwald <[email protected]>

gatt-service/cycling_power_service_server: use global measurement type


# ba458d3b 24-Jul-2024 Matthias Ringwald <[email protected]>

gatt-service/cycling_power_service_server: remove tautology


# c24127c4 24-Jul-2024 Matthias Ringwald <[email protected]>

gatt-service/cycling_power_service_server: extract cycling_power_service_server_emit_start_calibration


# 2761cb84 30-Nov-2023 Matthias Ringwald <[email protected]>

cycling_power_service_server: remove nested switch cases


# 9d1eff91 22-Nov-2023 Matthias Ringwald <[email protected]>

core: use GAP_SUBEVENT_LE_CONNECTION_COMPLETE instead of HCI_SUBEVENT_LE_CONNECTION_COMPLETE


# 689e7fb3 14-Sep-2023 Matthias Ringwald <[email protected]>

gatt-service: abort write callback if transaction mode is set


# 8d927742 04-Jul-2023 Milanka Ringwald <[email protected]>

gatt-service/cycling_power_service_server: update API documentation and unit naming


# c1dbba9d 28-Apr-2022 Matthias Ringwald <[email protected]>

gatt-service: fix warnings


# 0b81d2a5 16-Nov-2021 Matthias Ringwald <[email protected]>

l2cap: eplaced l2cap_register_packet_handler with l2cap_add_event_handler to register multiple handlers


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

license: update text


# c436b760 01-Jun-2021 Milanka Ringwald <[email protected]>

att_db: fix spelling, update API docu


# bbc383fe 30-Oct-2020 Milanka Ringwald <[email protected]>

src: remove commented code


# a2489f29 01-Oct-2020 Matthias Ringwald <[email protected]>

gatt-services: use assert to check service found in att db


# 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


# 9b64c21d 30-Apr-2020 Matthias Ringwald <[email protected]>

cycling_power_service_server: avoid warning if ENABLE_ATT_DELAYED_RESPONSE not defined


# 04f45ea1 05-Dec-2019 Milanka Ringwald <[email protected]>

gatt-services: remove printf


# 6535961a 02-Dec-2019 Matthias Ringwald <[email protected]>

ignore memcpy return value (always returns first parameter)


# 0e588213 19-Nov-2019 Matthias Ringwald <[email protected]>

MISRAC2012-Rule-12.1: add suggested parentheses


# c1ab6cc1 19-Nov-2019 Matthias Ringwald <[email protected]>

MISRAC2012-Rule-12.1: add suggested parentheses


# 3f78d90e 24-Sep-2019 Matthias Ringwald <[email protected]>

cycling_power_service_server: use preprocessor instead of btstack_max to get compile-time constant


# 1a406ba4 23-Sep-2019 Matthias Ringwald <[email protected]>

gatt-service: fix comile with c++


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

Use BTSTACK_FILE__ without __ prefix (MISRAC2012-Rule-21.1)


12