zephyr/net/bluetooth
Szymon Janc 05bdba7768 Bluetooth: Fix clearing BT_DEV_ENABLE on HCI reset complete
BT_DEV_ENABLE flag value must be preserved after HCI reset is complete
to not allow calling bt_enable more then once.

Change-Id: I77bf6111d4fc2a209e0c5a56717decba156068a6
Signed-off-by: Szymon Janc <ext.szymon.janc@tieto.com>
2016-06-02 13:37:25 +00:00
..
Kconfig Bluetooth: log: Enable STDOUT_CONSOLE for printf support 2016-06-01 08:21:29 +00:00
Makefile Bluetooth: Offload ECC calculations to task 2016-05-25 09:52:08 +02:00
att.c Bluetooth: GATT: Remove authorization permission 2016-05-11 15:18:09 +00:00
att_internal.h Bluetooth: Add public att.h header file 2016-02-17 15:05:08 +00:00
conn.c Bluetooth: Move bt_conn functions to conn.c 2016-05-03 13:05:06 +03:00
conn_internal.h Bluetooth: Move bt_conn functions to conn.c 2016-05-03 13:05:06 +03:00
gatt.c Bluetooth: GATT: Make bt_gatt_write take a struct 2016-05-10 17:55:06 +00:00
gatt_internal.h Change BSD-3 licenses to Apache 2 2016-02-05 20:24:29 -05:00
hci_core.c Bluetooth: Fix clearing BT_DEV_ENABLE on HCI reset complete 2016-06-02 13:37:25 +00:00
hci_core.h Bluetooth: Allow to call enable function only once 2016-05-31 11:37:12 +00:00
hci_ecc.c Bluetooth: Fix sending DHKey event if invalid key was provided 2016-05-30 09:37:06 +02:00
hci_ecc.h Bluetooth: Offload ECC calculations to task 2016-05-25 09:52:08 +02: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.c Bluetooth: L2CAP: Refactor l2cap_chan_get() in l2cap.c 2016-05-16 17:00:11 +02:00
l2cap_br.c Bluetooth: L2CAP: Handle disconnection request from peer 2016-05-20 06:54:10 +00:00
l2cap_internal.h Bluetooth: L2CAP: Handle information request command on BR/EDR 2016-05-13 09:07:50 +00:00
monitor.c Bluetooth: monitor: Add 32-bit timestamp support 2016-05-04 21:19:49 +03:00
monitor.h Bluetooth: monitor: Add 32-bit timestamp support 2016-05-04 21:19:49 +03:00
smp.c Bluetooth: SMP: Make use of nano_delayed_work API 2016-06-01 07:10:42 +00:00
smp.h Bluetooth: Add support for confirming incoming JustWorks pairing 2016-04-14 15:20:03 +00:00
smp_null.c Bluetooth: Refactor buffer handling for non-host managed buffers 2016-04-11 11:52:29 +00:00
uuid.c Bluetooth: fix bswap order when building 128bit UUIDs 2016-02-05 20:25:33 -05:00