zephyr/net/bluetooth
Luiz Augusto von Dentz 016f6e7d6a Bluetooth: Replace peer address with conn in GATT API
Now that bt_conn is public using it directly is much more convenient
and in some cases save a lookup by address.

Change-Id: Ia489948634984fe4f1a430da553f8a2a740fb531
Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
2016-02-05 20:14:30 -05:00
..
att.c Bluetooth: Replace peer address with conn in GATT API 2016-02-05 20:14:30 -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: Fix bt_conn_lookup_addr_le and bt_conn_lookup_handle 2016-02-05 20:14:29 -05:00
conn_internal.h Bluetooth: Refactor internal bt_conn_add() API 2016-02-05 20:14:29 -05:00
gatt.c Bluetooth: Replace peer address with conn in GATT API 2016-02-05 20:14:30 -05:00
hci_core.c Bluetooth: Make hci_le_create_conn() sync 2016-02-05 20:14:30 -05:00
hci_core.h Bluetooth: Fix minor coding style issues 2016-02-05 20:14:24 -05:00
Kconfig Update Bluetooth options 2016-02-05 20:14:10 -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: Fix minor coding style issues 2016-02-05 20:14:24 -05:00
l2cap.h Bluetooth: Use __packed instead of the deprecated PACK_STRUCT 2016-02-05 20:14:18 -05:00
Makefile Bluetooth: Move key handling to separate files 2016-02-05 20:14:17 -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