#
c40517c3 |
| 15-Aug-2024 |
Matthias Ringwald <[email protected]> |
gatt_client: add missing include
|
#
48553f67 |
| 14-Apr-2024 |
Dirk Helbig <[email protected]> |
ble/gatt_client: add a function to remove a queued can send now request
|
#
8ac3a0b3 |
| 07-Jun-2024 |
Matthias Ringwald <[email protected]> |
gatt_client: report timer start/stop as log_debug
|
#
8915696f |
| 18-Apr-2024 |
Milanka Ringwald <[email protected]> |
ble/gatt_client: reject wrong configuration
|
#
9da9850b |
| 05-Apr-2024 |
Matthias Ringwald <[email protected]> |
hci_dump: route internal events through hci_dump_btstack_event
|
#
de5a18ca |
| 06-Mar-2024 |
Matthias Ringwald <[email protected]> |
gatt_client: ignore incoming events and att pdus over classic until outgoing connection is set-up
|
#
f688bdb8 |
| 04-Dec-2023 |
Matthias Ringwald <[email protected]> |
Use boolean for conditionals
|
#
62f7b41d |
| 04-Dec-2023 |
Matthias Ringwald <[email protected]> |
gatt_client: use bool for internal functions
|
#
52377058 |
| 04-Dec-2023 |
Matthias Ringwald <[email protected]> |
gatt_client: use bool for send_confirmation
|
#
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
|
#
643a64fc |
| 16-Oct-2023 |
Matthias Ringwald <[email protected]> |
gatt_client: expect bool from is_ready
|
#
b69335bd |
| 05-Sep-2023 |
Matthias Ringwald <[email protected]> |
Revert "gatt_client: don't emit event on error from api function gatt_client_discover_characteristic_descriptors"
This reverts commit 7045d3c0508e74262a4882ca3c46d45a91a9ca79.
|
#
b1da4983 |
| 06-Jul-2023 |
Matthias Ringwald <[email protected]> |
gatt_client: increase retry backoff to 150 ms
|
#
6d0f6f49 |
| 06-Jul-2023 |
Matthias Ringwald <[email protected]> |
gatt_client: retry setup eatt connection if there was a setup collision
|
#
df0a5c68 |
| 06-Jul-2023 |
Matthias Ringwald <[email protected]> |
gatt_client: prepare eatt code for connect retry
|
#
570bdd2d |
| 06-Jul-2023 |
Matthias Ringwald <[email protected]> |
gatt_client: track outgoing eatt connections
|
#
ab6f9d8f |
| 05-Jul-2023 |
Matthias Ringwald <[email protected]> |
gatt_client: handle l2cap connection fail without active hci connection
|
#
9ed6f53c |
| 05-Jul-2023 |
Matthias Ringwald <[email protected]> |
att_dispatch: update att_server.l2cap_cid in lower layer
|
#
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
|
#
1c7a19fe |
| 04-Jul-2023 |
Matthias Ringwald <[email protected]> |
gatt_client: extract gatt_client_emit_connected
|