#
3b0e0cc5 |
| 04-Jul-2023 |
Matthias Ringwald <[email protected]> |
gatt_client: fix error handling for failed sdp query
|
#
4c226876 |
| 02-Jul-2023 |
Matthias Ringwald <[email protected]> |
gatt_client: use can send / request to send from att dispatch
|
#
59b5e157 |
| 02-Jul-2023 |
Matthias Ringwald <[email protected]> |
gatt_client: use att_dispatch_classic_connect
|
#
d8acf267 |
| 30-Jun-2023 |
Matthias Ringwald <[email protected]> |
gatt_client: store l2cap in hci_connection->att_server
|
#
9ee42df9 |
| 16-Aug-2023 |
Matthias Ringwald <[email protected]> |
gatt_client: ignore notifications/indications until re-encrypted for bonded device without ENABLE_LE_PROACTIVE_AUTHENTICATION
|
#
19c614ac |
| 19-Jun-2023 |
Matthias Ringwald <[email protected]> |
gatt_client: notify callback for eatt queries
|
#
2832a98a |
| 19-Jun-2023 |
Matthias Ringwald <[email protected]> |
gatt_client: return immediately if request already in queue
|
#
233ee2ed |
| 19-Jun-2023 |
Matthias Ringwald <[email protected]> |
gatt_client: remove unneeded check
|
#
109c2548 |
| 19-Jun-2023 |
Matthias Ringwald <[email protected]> |
gatt_client: avoid shadowing local variable
|
#
cbba69d5 |
| 19-Jun-2023 |
Matthias Ringwald <[email protected]> |
gatt_client: report multiple notification
|
#
ce82ac7f |
| 19-Jun-2023 |
Matthias Ringwald <[email protected]> |
gatt_client: handle eatt response
|
#
169b9876 |
| 19-Jun-2023 |
Matthias Ringwald <[email protected]> |
gatt_client: add gatt_client_read_multiple_variable_characteristic_values
|
#
f7a42e72 |
| 19-Jun-2023 |
Matthias Ringwald <[email protected]> |
gatt_client: reserve pre-buffer for eatt connections
|
#
23d583b8 |
| 19-Jun-2023 |
Matthias Ringwald <[email protected]> |
gatt_client: sort functions, use defines for pre-buffer
|
#
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
|
#
526859e7 |
| 15-Jun-2023 |
Matthias Ringwald <[email protected]> |
gatt_client: emit complete event from gatt_client_handle_transaction_complete
|
#
7045d3c0 |
| 15-Jun-2023 |
Matthias Ringwald <[email protected]> |
gatt_client: don't emit event on error from api function gatt_client_discover_characteristic_descriptors
|
#
4740230f |
| 15-Jun-2023 |
Matthias Ringwald <[email protected]> |
gatt_client: use att_status for call to emit_gatt_complete_event
|
#
36e79bd0 |
| 15-Jun-2023 |
Matthias Ringwald <[email protected]> |
gatt_client: report characteristic value or descriptor before calling gatt_client_handle_transaction_complete
|
#
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
|
#
46012949 |
| 13-Jun-2023 |
Matthias Ringwald <[email protected]> |
gatt_client: use bearer_type
|
#
e9cdf30b |
| 13-Jun-2023 |
Matthias Ringwald <[email protected]> |
gatt_client: add bearer type
|
#
9228fd32 |
| 12-Jun-2023 |
Matthias Ringwald <[email protected]> |
gatt_client: extract gatt_client_reserve_request_buffer
|