Commit Graph

8 Commits

Author SHA1 Message Date
Tedd Ho-Jeong An
1524e9854b peripheral: Add SPDX License Identifier
This patch adds SPDX License Identifier and removes the license text.

-------------------------------------
       License            COUNT
-------------------------------------
 LGPL-2.1-or-later    :     11

License: LGPL-2.1-or-later
   peripheral/log.h
   peripheral/main.c
   peripheral/efivars.c
   peripheral/attach.h
   peripheral/gatt.c
   peripheral/attach.c
   peripheral/log.c
   peripheral/gap.h
   peripheral/efivars.h
   peripheral/gap.c
   peripheral/gatt.h
2020-09-21 16:19:35 -07:00
Luiz Augusto von Dentz
76d63c91b2 shared/gatt-client: Add support for EATT features
This enables EATT in the Client Features if the EATT characteristic is
present in the database.
2020-03-02 14:42:32 -08:00
Szymon Janc
834a45d22e Add support for requiring min key size for access GATT characteristics
This allows to configure bluetoothd to require minimum encryption key
size when accessing GATT server characteristics. It is a global
configuration option affecting whole GATT database.
2018-03-26 16:06:20 +02:00
Luiz Augusto von Dentz
0f3f40bab5 shared/gatt-client: Allow multiple ready callbacks
This makes the ready callbacks much more convenient to track when the
client is ready since its is now possible to notify more than on client
at the same time.
2017-07-04 12:30:05 +03:00
Mariusz Skamra
b576fa4d33 shared/att: Add ext_signed flag to be able to use external crypto
Due to the issues with CSRK tests ext_signed flag has been added to
allow android/gatt handle signed write operations.

This patch fixes following tests:
GAP__TC_SEC_CSIGN_BV_02_C
GAP__TC_SEC_CSIGN_BI_01_C
GAP__TC_SEC_CSIGN_BI_02_C
GAP__TC_SEC_CSIGN_BI_03_C
GAP__TC_SEC_CSIGN_BI_04_C
SM__TC_SIGN_BV_03_C
2015-05-19 16:42:43 +02:00
Andrei Emeltchenko
cf8c7401a0 gatt: Fix NULL pointer dereference
Safely return in case of error.
2015-05-17 10:39:00 +03:00
Luiz Augusto von Dentz
c7499543ff shared/att: Rename sec_level to security 2015-04-29 12:25:51 +03:00
Marcel Holtmann
aa93fed410 peripheral: Add initial code for btsensor application 2015-04-28 09:19:12 -07:00