zephyr/net/bluetooth
Johan Hedberg 47cb69458a Bluetooth: Remove unnecessary 'err' variable from bt_connect_le()
Instead of caring about stop_scanning() failure it's better to have
bt_connect_le() do "best effort" and simply try to continue in this
case.

Change-Id: I14896a4dfbe0bfd2564a190080743f0c9b05d174
Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
2016-02-05 20:14:39 -05:00
..
att.c Bluetooth: GATT: Simplify handling of Read Multiple Request 2016-02-05 20:14:36 -05:00
att.h Bluetooth: Handle ATT Error Response PDU 2016-02-05 20:14:34 -05:00
buf.c Bluetooth: Fix inverted assert conditions in buf.c 2016-02-05 20:14:36 -05:00
conn_internal.h Bluetooth: Fix doxygen comment style 2016-02-05 20:14:35 -05:00
conn.c Bluetooth: Fix various coding style issues 2016-02-05 20:14:39 -05:00
gatt.c Bluetooth: GATT: Add bt_gatt_discover_characteritic 2016-02-05 20:14:36 -05:00
hci_core.c Bluetooth: Remove unnecessary 'err' variable from bt_connect_le() 2016-02-05 20:14:39 -05:00
hci_core.h Bluetooth: Add passive scanning support 2016-02-05 20:14:35 -05:00
Kconfig Bluetooth: Add config option for security keys handling 2016-02-05 20:14:31 -05:00
keys.c Bluetooth: Add support for storing LTK 2016-02-05 20:14:31 -05:00
keys.h Bluetooth: Add support for storing LTK 2016-02-05 20:14:31 -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: SMP: Rename PDU handlers for consistency 2016-02-05 20:14:39 -05:00
smp.h Bluetooth: SMP: Add support for sending security request 2016-02-05 20:14:35 -05:00
uuid.c Bluetooth: Add bt_uuid_cmp 2016-02-05 20:14:04 -05:00