zephyr/net/bluetooth
Peter Mitsis 54b782a88b nano_sema: Simplify nano_xxx_sem_take() API family
Changes the nanokernel semaphore API so that the timeout parameter must be
specified when invoking nano_isr_sem_take(), nano_fiber_sem_take(),
nano_task_sem_take() and nano_sem_take().

This obsoletes the following APIs:
	nano_fiber_sem_take_wait()
	nano_fiber_sem_take_wait_timeout()
	nano_task_sem_take_wait()
	nano_task_sem_take_wait_timeout()
	nano_sem_take_wait()
	nano_sem_take_wait_timeout()

Change-Id: If7a4bce1bd8ec8d6410d04f3c16ff1922ff0910e
Signed-off-by: Peter Mitsis <peter.mitsis@windriver.com>
2016-02-05 20:25:14 -05:00
..
Kconfig Bluetooth: SMP: Add support for Secure Connection Only Mode 2016-02-05 20:25:10 -05:00
Makefile Bluetooth: Always compile in UUID support 2016-02-05 20:24:40 -05:00
att.c Bluetooth: Make use of BT_UUID_DECLARE_16 for services 2016-02-05 20:25:07 -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
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
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