History log of /btstack/src/ble/gatt_client.h (Results 26 – 50 of 93)
Revision Date Author Comments
# 2197dbaf 04-Dec-2023 Matthias Ringwald <[email protected]>

gatt_client: use bool for wait_for_authentication_complete


# ab415e75 04-Dec-2023 Matthias Ringwald <[email protected]>

gatt_client: use bool for filter_with_uuid


# 544a5845 25-Oct-2023 Matthias Ringwald <[email protected]>

gatt_client: emit query complete event for gatt_client_discover_characteristic_descriptors in next run loop iteration


# 4c7c987f 25-Oct-2023 Matthias Ringwald <[email protected]>

gatt_client: fix spelling


# b1da4983 06-Jul-2023 Matthias Ringwald <[email protected]>

gatt_client: increase retry backoff to 150 ms


# df0a5c68 06-Jul-2023 Matthias Ringwald <[email protected]>

gatt_client: prepare eatt code for connect retry


# 180cbe79 04-Jul-2023 Matthias Ringwald <[email protected]>

gatt_client: retry outgoing l2cap connection due to collision


# 052dc82a 04-Jul-2023 Matthias Ringwald <[email protected]>

gatt_client: rename gatt_client_t fields


# 74daebde 04-Jul-2023 Matthias Ringwald <[email protected]>

gatt_client: emit connected if (shared) classic bearer already exists


# 8540586a 19-Jun-2023 Matthias Ringwald <[email protected]>

gatt_client: document memory requirements for enhanced le bearer


# f125a8ef 16-Jun-2023 Matthias Ringwald <[email protected]>

gatt_client: add gatt_client_read_multiple_variable_characteristic_values


# 7627a0de 15-Jun-2023 Matthias Ringwald <[email protected]>

gatt_client: enable gatt over eatt


# 26166ecf 14-Jun-2023 Matthias Ringwald <[email protected]>

gatt_client: wip eatt


# cbd76cec 13-Jun-2023 Matthias Ringwald <[email protected]>

gatt_client: add eatt state


# e9cdf30b 13-Jun-2023 Matthias Ringwald <[email protected]>

gatt_client: add bearer type


# effecf77 12-Apr-2023 Matthias Ringwald <[email protected]>

changelog: add gatt over br/edr


# 1450cdc6 10-Apr-2023 Matthias Ringwald <[email protected]>

gatt_client: query sdp for att service, create l2cap connection


# 53e9c18f 23-Jan-2023 Matthias Ringwald <[email protected]>

gatt_client: add gatt_client_request_to_send_gatt_query


# 59d34cd2 23-Jan-2023 Matthias Ringwald <[email protected]>

gatt_client: add gatt_client_request_to_write_without_response


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

gatt_client: return ERROR_CODE_UNKNOWN_CONNECTION_IDENTIFIER for invalid connection handle


# ae1ee62d 04-Jan-2023 Milanka Ringwald <[email protected]>

ble/gatt_client: get GATT client for testing


# 79188ed7 18-Nov-2022 Milanka Ringwald <[email protected]>

ble/gatt_client: improve API documentation


# b2468039 18-Nov-2022 Milanka Ringwald <[email protected]>

ble/gatt_client: fix event name in the API docu


# aacf1b1a 18-Nov-2022 Milanka Ringwald <[email protected]>

ble/gatt_client: use bool instead of int in internal function


# 8d1f34d3 24-Nov-2021 Matheus Eduardo Garbelini <[email protected]>

Add gatt_client_discover_secondary_services

Changes:
1. In `gatt_client_discover_primary_services`, gatt_client->uuid16 = GATT_PRIMARY_SERVICE_UUID; instead of gatt_client->uuid16 = 0;
2. In `sen

Add gatt_client_discover_secondary_services

Changes:
1. In `gatt_client_discover_primary_services`, gatt_client->uuid16 = GATT_PRIMARY_SERVICE_UUID; instead of gatt_client->uuid16 = 0;
2. In `send_gatt_services_request`, second argument uses gatt_client->uuid16 instead of hardcoded definition

Additions:
1. Added gatt_client_discover_secondary_services following uui16 changes above. gatt_client->uuid16 = GATT_SECONDARY_SERVICE_UUID;

show more ...


1234