zephyr/net/bluetooth
Luiz Augusto von Dentz eeccdaca05 Bluetooth: HCI: Fix updating RPA too early
Checking work pending flag does not account the delay before the work is
submitted so this make use a flag to track when the RPA is valid.

Change-Id: I2d858e5163455ce90eb6273c6a8824c5c6d44ae1
Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
2016-09-15 14:36:09 +00:00
..
Kconfig Bluetooth: SMP: Allow to force BR/EDR without SC support 2016-09-14 06:02:10 +00:00
Makefile Bluetooth: HFP HF: Initialize Handsfree profile 2016-09-14 08:45:45 +03:00
att.c Bluetooth: ATT: Fix not handling error response properly 2016-09-14 08:45:45 +03:00
att_internal.h Bluetooth: GATT: Add queuing support 2016-09-07 08:17:26 +03:00
conn.c Bluetooth: Add support for reading encryption key size for BR/EDR 2016-09-14 06:01:55 +00:00
conn_internal.h Bluetooth: Clean up feature test macros 2016-09-07 08:17:26 +03:00
ecc.h Bluetooth: Create proper abstraction for ECC access 2016-07-01 11:21:04 +03:00
gatt.c Bluetooth: GATT: Fix potential bt_conn reference leak 2016-09-14 08:45:45 +03:00
gatt_internal.h Bluetooth: Update Intel copyright for files modified in 2016 2016-06-10 12:10:53 +03:00
hci_core.c Bluetooth: HCI: Fix updating RPA too early 2016-09-15 14:36:09 +00:00
hci_core.h Bluetooth: HCI: Fix updating RPA too early 2016-09-15 14:36:09 +00:00
hci_ecc.c Bluetooth: Fix race condition when initializing ECC FIFO 2016-09-07 08:17:26 +03:00
hci_ecc.h Bluetooth: Offload ECC calculations to task 2016-05-25 09:52:08 +02:00
hci_raw.c Bluetooth: Add RAW API interface to Bluetooth 2016-09-07 08:17:26 +03:00
hfp_hf.c Bluetooth: HFP HF: Initialize Handsfree profile 2016-09-14 08:45:45 +03:00
hfp_internal.h Bluetooth: HFP HF: Initialize Handsfree profile 2016-09-14 08:45:45 +03:00
keys.c Bluetooth: Split keys into LE and BR/EDR specific storage 2016-09-07 08:17:26 +03:00
keys.h Bluetooth: SMP: Add support for Link Key derivation 2016-09-07 08:17:26 +03:00
keys_br.c Bluetooth: Split keys into LE and BR/EDR specific storage 2016-09-07 08:17:26 +03:00
l2cap.c Bluetooth: L2CAP: Fix reset channel state context 2016-09-07 08:17:26 +03:00
l2cap_br.c Bluetooth: SMP: Allow to force BR/EDR without SC support 2016-09-14 06:02:10 +00:00
l2cap_internal.h Bluetooth: SMP: Add initial code for BR/EDR support 2016-09-14 08:45:45 +03:00
log.c Bluetooth: Add hexadecimal conversion logging helper 2016-07-11 09:38:53 +00:00
monitor.c Bluetooth: monitor: Fix condition for disabling UART interrupts 2016-09-07 08:17:26 +03:00
monitor.h Bluetooth: monitor: Add 32-bit timestamp support 2016-05-04 21:19:49 +03:00
rfcomm.c Bluetooth: RFCOMM: Implement RX flow control 2016-09-14 08:45:45 +03:00
rfcomm_internal.h Bluetooth: RFCOMM: Fix BT_RFCOMM_BUF_SIZE to include FCS and len 2016-09-07 08:17:26 +03:00
smp.c Bluetooth: SMP: Factor out BR/EDR encryption check to helper 2016-09-14 11:26:05 +02:00
smp.h Bluetooth: Create proper abstraction for ECC access 2016-07-01 11:21:04 +03:00
smp_null.c Bluetooth: SMP: Remove not needed stubs from NULL backend 2016-09-07 08:17:26 +03:00
uuid.c Bluetooth: UUID: Add 32bit UUID support 2016-09-07 08:17:26 +03:00