Primary Git Repository for the Zephyr Project. Zephyr is a new generation, scalable, optimized, secure RTOS for multiple hardware architectures.
Go to file
Johan Hedberg 029046e02e Bluetooth: Make connection lookup functions return a new ref
To be able to make these APIs usable for apps where the calls may
happen from preemptible tasks, it's safest to return a dedicated
reference and let the caller do bt_conn_put() once its done with the
object.

Change-Id: If227e088385b8c6f61f4061a54c745c0bff7a6c3
Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
2016-02-05 20:14:23 -05:00
arch arm: fix RUNTIME_NMI failures 2016-02-05 20:14:22 -05:00
config Rename VPF files to use MDEF file extension 2016-02-05 20:14:15 -05:00
doc Kbuild Documentation 2016-02-05 20:14:23 -05:00
drivers Bluetooth: Move HCI driver API to dedicated header file 2016-02-05 20:14:23 -05:00
include Bluetooth: Add defines of HCI error codes 2016-02-05 20:14:23 -05:00
kernel nanokernel: add CONFIG_NANO_TIMEOUTS 2016-02-05 20:14:22 -05:00
lib/libc libc: Add tolower implementation 2016-02-05 20:14:14 -05:00
misc dlist: enhance library and make all functions inline 2016-02-05 20:14:22 -05:00
net Bluetooth: Make connection lookup functions return a new ref 2016-02-05 20:14:23 -05:00
samples Bluetooth: Add interactive connection and disconnection commands 2016-02-05 20:14:23 -05:00
scripts Bluetooth: Add central and tester samples to bt_regression 2016-02-05 20:14:23 -05:00
shared/include/nanokernel/x86 Replace use of __attribute__((packed)) with __packed 2016-02-05 20:14:13 -05:00
.gitattributes First commit 2015-04-10 16:44:37 -07:00
.gitignore Remove obsolete .gitignore entry 2016-02-05 20:14:20 -05:00
.mailmap First commit 2015-04-10 16:44:37 -07:00
Kconfig Rename Tiny Mountain -> Zephyr OS 2016-02-05 20:14:20 -05:00
Makefile Kbuild: Assembly code extension. 2016-02-05 20:14:20 -05:00
Makefile.inc Rename TIMO -> ZEPHYR 2016-02-05 20:14:16 -05:00
zephyr-env.sh env: fix check for sourcing vs running zephyr-env.sh 2016-02-05 20:14:22 -05:00