#
92da54c4 |
| 23-Mar-2022 |
Matthias Ringwald <[email protected]> |
hci_dump: mark all hci events as incoming
|
#
ff3f1026 |
| 13-Dec-2021 |
Matthias Ringwald <[email protected]> |
gap: return bool for gap_authenticated
|
#
78c4542a |
| 11-Dec-2021 |
Matthias Ringwald <[email protected]> |
gatt_client: extract gatt_client_handle_reencryption_complete and gatt_client_handle_disconnection_complete
|
#
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 ...
|
#
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
|
#
48cdff9c |
| 03-Jun-2021 |
Milanka Ringwald <[email protected]> |
MISRAC2012-Rule-8.3_b: match function declaration and definition
|
#
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 ...
|
#
296289e3 |
| 09-May-2021 |
Matthias Ringwald <[email protected]> |
att_dispatch: use ble prefix for includes
|
#
80818de8 |
| 27-Apr-2021 |
Matthias Ringwald <[email protected]> |
gatt_client: drop unused includes
|
#
dc13fd8d |
| 12-Apr-2021 |
Matthias Ringwald <[email protected]> |
gatt_client: fix read long characteristic descriptor
|
#
30952227 |
| 25-Mar-2021 |
Milanka Ringwald <[email protected]> |
gatt_client: Use ATT_READ_REQUEST for first blob of Read Long Characteristic
|
#
39ac9711 |
| 25-Feb-2021 |
Matthias Ringwald <[email protected]> |
gatt_client: avoid out of bounds reads, #337
|
#
1979f09c |
| 01-Feb-2021 |
Matthias Ringwald <[email protected]> |
use bool instead of int vars
|
#
9305033e |
| 01-Feb-2021 |
Matthias Ringwald <[email protected]> |
MISRAC2012-Rule-14.4_c: compare against 0 or NULL
|
#
0e0bba86 |
| 29-Dec-2020 |
Matthias Ringwald <[email protected]> |
gatt_client: skip MTU exchange after MTU exchange on ATT Server
|
#
dde9ff1e |
| 29-Dec-2020 |
Matthias Ringwald <[email protected]> |
gatt_client/att_server: track mtu exchanged in hci_connection->att_connection
|
#
cf31ef9b |
| 26-Nov-2020 |
Matthias Ringwald <[email protected]> |
gatt_client: don't trigger pairing for reactive authentication without automatic pairing
|
#
fd14b205 |
| 26-Nov-2020 |
Matthias Ringwald <[email protected]> |
gatt_client: rewrite sm reencryption complete handling
|
#
e4d159ba |
| 26-Nov-2020 |
Matthias Ringwald <[email protected]> |
gatt_client: improve comments
|
#
3503dc74 |
| 26-Nov-2020 |
Matthias Ringwald <[email protected]> |
gatt_client: wait_for_pairing_complete -> wait_for_authentication_complete
|
#
798530bd |
| 23-Nov-2020 |
Matthias Ringwald <[email protected]> |
gatt_client: only trigger pairing/re-encryption if client request pending
|
#
645e0efa |
| 20-Nov-2020 |
Matthias Ringwald <[email protected]> |
gatt_client: return missing keys if re-encryption fails for mandatory authentication
|
#
12cfdebd |
| 16-Nov-2020 |
Matthias Ringwald <[email protected]> |
gatt_client: fix compile without privacy resolution enabled
|