zephyr/net/bluetooth
Grzegorz Kolodziejczyk 52e5c91f37 Bluetooth: Remove redundant returns from switch
Primary and secondary service attributes discovery uses att_find_type,
include service and characteristic uses att_read_type.

Change-Id: Ia3539b446a4afb5c72bc1aba443167be6f893d0d
Signed-off-by: Grzegorz Kolodziejczyk <grzegorz.kolodziejczyk@tieto.com>
2016-04-15 17:00:44 +00:00
..
att_internal.h
att.c Bluetooth: Refactor buffer handling for non-host managed buffers 2016-04-11 11:52:29 +00:00
conn_internal.h Bluetooth: BR/EDR: Rename pair method field 2016-04-11 11:53:10 +00:00
conn.c Bluetooth: Add support for confirming incoming JustWorks pairing 2016-04-14 15:20:03 +00:00
gatt_internal.h
gatt.c Bluetooth: Remove redundant returns from switch 2016-04-15 17:00:44 +00:00
hci_core.c Bluetooth: Export helpers for defining buffer pools 2016-04-11 11:52:38 +00:00
hci_core.h Bluetooth: Export bt_storage inside the stack 2016-04-05 12:29:14 +03:00
Kconfig Bluetooth: Add Privacy Feature support 2016-04-05 12:29:14 +03:00
keys.c Bluetooth: Use bt_addr_t inside bt_addr_le_t 2016-04-05 12:29:14 +03:00
keys.h Bluetooth: Compile only required parts of keys support 2016-03-23 10:36:28 +01:00
l2cap_internal.h Bluetooth: L2CAP: Store BR/EDR fixed channel mask per channel 2016-04-09 20:03:25 +03:00
l2cap.c Bluetooth: Refactor buffer handling for non-host managed buffers 2016-04-11 11:52:29 +00:00
Makefile
smp_null.c Bluetooth: Refactor buffer handling for non-host managed buffers 2016-04-11 11:52:29 +00:00
smp.c Bluetooth: Add support for confirming incoming JustWorks pairing 2016-04-14 15:20:03 +00:00
smp.h Bluetooth: Add support for confirming incoming JustWorks pairing 2016-04-14 15:20:03 +00:00
uuid.c