History log of /btstack/example/gatt_heart_rate_client.c (Results 1 – 13 of 13)
Revision Date Author Comments
# 2e80d8ec 24-May-2024 Steven Buytaert <[email protected]>

example: fix command line address parsing


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

example: use GAP_SUBEVENT_LE_CONNECTION_COMPLETE instead of HCI_SUBEVENT_LE_CONNECTION_COMPLETE


# fcd55a0b 10-Jan-2023 Milanka Ringwald <[email protected]>

examples: unify status stdout format


# 0801ef92 30-Apr-2022 Matthias Ringwald <[email protected]>

example: fix warnings


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

license: update text


# 6058cb0d 25-Mar-2021 Matthias Ringwald <[email protected]>

examples: use `btstack_event.h` getters instead of direct array access, use enum to compare status codes


# ec8ae085 23-Oct-2020 Milanka Ringwald <[email protected]>

docu: copy editing examples titles


# ddd48cb8 24-Oct-2019 Matthias Ringwald <[email protected]>

example/gatt_heart_rate_client: skip reading Sensor Location if Characteristic not available


# 9cb80b17 25-Sep-2019 Milanka Ringwald <[email protected]>

gat_client: rename status to att_status in GATT_EVENT_QUERY_COMPLETE event, add and use ATT_ERROR_SUCCESS instead of 0 status code


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

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


# a4fe6467 24-Aug-2018 Matthias Ringwald <[email protected]>

example: register for events after setting up the stack, register for hci events after sm_init()


# c30af2ff 05-Jul-2018 Matthias Ringwald <[email protected]>

don't use empty initializer [-Wgnu-empty-initializer]


# 6104991b 09-Mar-2018 Matthias Ringwald <[email protected]>

example: new gatt_heart_rate_client example