zephyr/net/bluetooth
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
..
Kconfig Update Bluetooth options 2016-02-05 20:14:10 -05:00
Makefile Bluetooth: Move key handling to separate files 2016-02-05 20:14:17 -05:00
att.c Bluetooth: Move logging helpers to a dedicated header file 2016-02-05 20:14:23 -05:00
att.h Bluetooth: Use __packed instead of the deprecated PACK_STRUCT 2016-02-05 20:14:18 -05:00
buf.c Bluetooth: Move logging helpers to a dedicated header file 2016-02-05 20:14:23 -05:00
conn.c Bluetooth: Make connection lookup functions return a new ref 2016-02-05 20:14:23 -05:00
conn_internal.h Bluetooth: Add conn.h public header file 2016-02-05 20:14:23 -05:00
gatt.c Bluetooth: Make connection lookup functions return a new ref 2016-02-05 20:14:23 -05:00
hci_core.c Bluetooth: Make connection lookup functions return a new ref 2016-02-05 20:14:23 -05:00
hci_core.h Bluetooth: Move HCI driver API to dedicated header file 2016-02-05 20:14:23 -05:00
keys.c Bluetooth: Move logging helpers to a dedicated header file 2016-02-05 20:14:23 -05:00
keys.h Bluetooth: Add API for looking up IRKs 2016-02-05 20:14:17 -05:00
l2cap.c Bluetooth: Move logging helpers to a dedicated header file 2016-02-05 20:14:23 -05:00
l2cap.h Bluetooth: Use __packed instead of the deprecated PACK_STRUCT 2016-02-05 20:14:18 -05:00
smp.c Bluetooth: Move logging helpers to a dedicated header file 2016-02-05 20:14:23 -05:00
smp.h Bluetooth: Use __packed instead of the deprecated PACK_STRUCT 2016-02-05 20:14:18 -05:00
uuid.c Bluetooth: Add bt_uuid_cmp 2016-02-05 20:14:04 -05:00