zephyr/net/bluetooth
Mariusz Skamra 4e5d6581c0 Bluetooth: GATT: Split Authorization Permission for Read and Write
According to Core Specification 4.2 Vol 3, Part G, 3.3.3.4,
Server Characteristic Configuration descriptor shall be:
"Readable with no authentication or authorization.
Writable with authentication and authorization defined by a
higher layer specification or is implementation specific."
So there shall be separate authorization permissions
for write and read access.

Change-Id: Ia2850acbb976571743bf96cf9cbe0c1128534073
Signed-off-by: Mariusz Skamra <mariusz.skamra@tieto.com>
2016-02-05 20:25:17 -05:00
..
att.c Bluetooth: GATT: Split Authorization Permission for Read and Write 2016-02-05 20:25:17 -05:00
att.h Bluetooth: Make Kconfig buffer sizes follow MTU sizes 2016-02-05 20:24:45 -05:00
conn.c nano_sema: Simplify nano_xxx_sem_take() API family 2016-02-05 20:25:14 -05:00
conn_internal.h Bluetooth: Fix compilation with SMP disabled 2016-02-05 20:25:08 -05:00
gatt.c Bluetooth: add CPF descriptor support 2016-02-05 20:25:08 -05:00
gatt_internal.h Change BSD-3 licenses to Apache 2 2016-02-05 20:24:29 -05:00
hci_core.c nano_sema: Simplify nano_xxx_sem_take() API family 2016-02-05 20:25:14 -05:00
hci_core.h Bluetooth: SMP: Refactor authentication 2016-02-05 20:25:09 -05:00
Kconfig Bluetooth: SMP: Add support for Secure Connection Only Mode 2016-02-05 20:25:10 -05:00
keys.c Bluetooth: Add newline to log macros 2016-02-05 20:24:59 -05:00
keys.h Bluetooth: SMP: Add support for Secure Connection Only Mode 2016-02-05 20:25:10 -05:00
l2cap.c nano_sema: Simplify nano_xxx_sem_take() API family 2016-02-05 20:25:14 -05:00
l2cap_internal.h Bluetooth: Move BT_L2CAP_BUF_SIZE to a more appropriate place 2016-02-05 20:24:45 -05:00
Makefile Bluetooth: Always compile in UUID support 2016-02-05 20:24:40 -05:00
smp.c Bluetooth: SMP: Fix missing buffer unref for LE SC only mode 2016-02-05 20:25:10 -05:00
smp.h Bluetooth: SMP: Refactor authentication 2016-02-05 20:25:09 -05:00
smp_null.c Bluetooth: Fix GATT client build without SMP 2016-02-05 20:25:09 -05:00
stack.h Change BSD-3 licenses to Apache 2 2016-02-05 20:24:29 -05:00
uuid.c Bluetooth: UUID: Introduce bt_uuid_copy 2016-02-05 20:25:09 -05:00