History log of /btstack/src/ble/gatt_client.h (Results 51 – 75 of 93)
Revision Date Author Comments
# 2fca4dad 02-Nov-2021 Milanka Ringwald <[email protected]>

license: update text


# 6b65794d 01-Nov-2021 Milanka Ringwald <[email protected]>

docs: use @return instead of @returns


# 7e6f0853 02-Aug-2021 David Lechner <[email protected]>

fix doc comment on write without response data arg

gatt_client_write_value_of_characteristic_without_response() calls
att_write_request() which copies the data to an l2cap buffer, so
the caller does

fix doc comment on write without response data arg

gatt_client_write_value_of_characteristic_without_response() calls
att_write_request() which copies the data to an l2cap buffer, so
the caller does not need to retain the data after a successful return.

show more ...


# b45b7749 03-Jun-2021 Milanka Ringwald <[email protected]>

MISRAC2012-Rule-8.3_b: match function declaration and definition


# 045d700d 02-Jun-2021 David Lechner <[email protected]>

ble/gatt_client: add const qualifier to uuid128

This adds the const qualifier to all uuid128 parameters of gatt_client
functions. This is useful on embedded systems where const is used to
store data

ble/gatt_client: add const qualifier to uuid128

This adds the const qualifier to all uuid128 parameters of gatt_client
functions. This is useful on embedded systems where const is used to
store data in flash memory instead of RAM.

show more ...


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

src: add title to header files


# 30952227 25-Mar-2021 Milanka Ringwald <[email protected]>

gatt_client: Use ATT_READ_REQUEST for first blob of Read Long Characteristic


# b11289a8 02-Dec-2020 Matthias Ringwald <[email protected]>

gatt_client: improve gatt_client_set_required_security_level description


# 3503dc74 26-Nov-2020 Matthias Ringwald <[email protected]>

gatt_client: wait_for_pairing_complete -> wait_for_authentication_complete


# a95ca902 13-Nov-2020 Matthias Ringwald <[email protected]>

gatt_client: delete bonding information if proactive authentication not enabled on re-encryption error


# 618530fe 13-Nov-2020 Matthias Ringwald <[email protected]>

gatt_client: remove unused addr/type fields


# 1dfae9c7 09-Nov-2020 Matthias Ringwald <[email protected]>

gatt_client: cache security level


# 11279da7 09-Nov-2020 Matthias Ringwald <[email protected]>

gatt_client: add gatt_client_set_required_security_level


# 8918bbda 06-Nov-2020 Matthias Ringwald <[email protected]>

gatt_client: track re-encryption status and result


# a6121b51 04-Mar-2020 Milanka Ringwald <[email protected]>

gatt_client: avoid read out of bounds


# b3f03c84 03-Mar-2020 Matthias Ringwald <[email protected]>

GATT Client: allow to register for any notification/indication and/or any connection


# 6b04f675 27-Sep-2019 Milanka Ringwald <[email protected]>

gat_client: update API docu for gatt_client_write_client_characteristic_configuration function


# 692bf1ad 26-Sep-2019 Milanka Ringwald <[email protected]>

gatt_client: update API docu


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

gat_client.h: update brief for gatt_client_write_client_characteristic_configuration


# 7e656a40 01-May-2019 Matthias Ringwald <[email protected]>

changelog: gatt_client emits query complete event for signed write operation


# 793cf6ce 01-May-2019 Matthias Ringwald <[email protected]>

gatt_client: wait until identity resolving complete for signed write, emit GATT_EVENT_QUERY_COMPLETE with ATT_ERROR_BONDING_INFORMATION_MISSING if not bonding information is available


# 6da84376 17-Sep-2018 Milanka Ringwald <[email protected]>

gatt_client: update header


# abdc9fb5 27-Aug-2018 Matthias Ringwald <[email protected]>

gatt_client: ENABLE_GATT_FIND_INFORMATION_FOR_CCC_DISCOVERY use ATT Find Information instead of Read By Type


# f4b33574 16-May-2018 Matthias Ringwald <[email protected]>

gatt_client: if ENABLE_GATT_CLIENT_PAIRING, GATT Client starts pairing and retry operation on security error


# 47181045 01-Feb-2018 Matthias Ringwald <[email protected]>

gatt_client: add gatt_client_request_can_write_without_response_event()


1234