Updates:
Labels: merge-merged-chromeos-3.18
Comment #8 on issue 576577 by ***@chromium.org: Upgrade linux
bluetooth stack to bluetooth-next
https://code.google.com/p/chromium/issues/detail?id=576577#c8
The following revision refers to this bug:
https://chromium.googlesource.com/chromiumos/third_party/kernel/+/3bb49b9e59bf7b70afdf1047b7c73a4a7f745113
commit 3bb49b9e59bf7b70afdf1047b7c73a4a7f745113
Author: Wei-Ning Huang <***@google.com>
Date: Tue Jan 12 09:03:44 2016
CHROMIUM: Bluetooth: update stack to bluetooth-next
This is a set of patches which updates the bluetooth subsystem
(net/bluetooth, drivers/bluetooth, include/net/bluetooth) from Linux
v3.18 to latest bluetooth-next/master HEAD ending at commit
8e69d71996e485b5b8c8dcb5ea3a97a4f021d9f2. Since the previous update
(ae3fa0331ff5a31e427ac54076c285a721fcbd7b) did not specify the ending
commit, we reverted it and the all other bluetooth UPSTREAM patches in
between to guarantee a clean update.
Revert:
CHROMIUM: Bluetooth: update stack to bluetooth-next
UPSTREAM: Bluetooth: Fix remote name event return directly.
UPSTREAM: Bluetooth: hidp: Fix regression with older userspace and
flags validation
UPSTREAM: Bluetooth: Move IRK checking logic in preparation to new
connect method
UPSTREAM: Bluetooth: preparation for new connect procedure
UPSTREAM: Bluetooth: add hci_lookup_le_connect
UPSTREAM: Bluetooth: add hci_connect_le_scan
UPSTREAM: Bluetooth: advertisement handling in new connect procedure
UPSTREAM: Bluetooth: timeout handling in new connect procedure
UPSTREAM: Bluetooth: Enable new connection establishment procedure.
UPSTREAM: Bluetooth: Fix double scan updates
UPSTREAM: Bluetooth: Fix reference counting for LE-scan based
connections
UPSTREAM: Bluetooth: Fix LE reconnection logic
UPSTREAM: Bluetooth: Fix remove_device behavior for explicit connects
UPSTREAM: Bluetooth: Fix conn_params list update in
hci_connect_le_scan_cleanup
UPSTREAM: Bluetooth: Fix initializing conn_params in scan phase
UPSTREAM: Bluetooth: Fix missing hdev locking for LE scan cleanup
UPSTREAM: Bluetooth: btmrvl: max out host sleep parameter 'gap'
UPSTREAM: Bluetooth: btmrvl: don't send data to firmware while
processing suspend
There were some fixes required to make whole kernel build. Those include
small
changes in 6lowpan, and in net/bluetooth/hidp/core.c, as changes to big
structures used across whole kernel were not ported.
Here is the complete shortlog of the backported/cherry-picked patches:
Adam Lee (1):
Bluetooth: ath3k: workaround the compatibility issue with xHCI
controller
Al Viro (4):
switch l2cap ->memcpy_fromiovec() to msghdr
Bluetooth: hidp_connection_add() unsafe use of l2cap_pi()
Bluetooth: cmtp: cmtp_add_connection() should verify that it's
dealing with l2cap socket
Bluetooth: bnep: bnep_add_connection() should verify that it's
dealing with l2cap socket
Aleksei Volkov (1):
Bluetooth: btusb: Correct typo in Roper Class 1 Bluetooth Dongle
Alexander Aring (11):
Bluetooth: 6lowpan: fix skb_unshare behaviour
6lowpan: add generic nhc layer interface
6lowpan: add udp compression via nhc layer
6lowpan: nhc: add other known rfc6282 compressions
Bluetooth: fix sco_exit compile warning
6lowpan: add request for ipv6 module
Bluetooth: 6lowpan: Fix possible race
Bluetooth: 6lowpan: change netdev_priv to lowpan_dev
bluetooth: 6lowpan: use lowpan dispatch helpers
6lowpan: nhc: move iphc manipulation out of nhc
bluetooth: 6lowpan: fix NOHZ: local_softirq_pending
Alexander Ploumistos (1):
Bluetooth: ath3k: Add support Atheros AR5B195 combo Mini PCIe card
Alexey Dobriyan (1):
Bluetooth: Stop sabotaging list poisoning
Alfonso Acosta (4):
Bluetooth: Refactor arguments of mgmt_device_connected
Bluetooth: Include ADV_IND report in Device Connected event
Bluetooth: Remove redundant check on hci_conn's device class
Bluetooth: Defer connection-parameter removal when unpairing
Amitkumar Karwar (13):
Bluetooth: btmrvl: add DT bindings documentation
Bluetooth: btmrvl: add DT-bindings for gpio-gap
Bluetooth: btmrvl: update hs_state in interrupt handler
Bluetooth: btmrvl: remove extra newline character
Bluetooth: btmrvl: fix race issue while stopping main thread
Bluetooth: btmrvl: error path handling in setup handler
Bluetooth: btmrvl: add surprise_removed flag
bluetooth: btmrvl: increase the priority of firmware download message
Bluetooth: btmrvl: use msecs_to_jiffies within macro definition
Bluetooth: btmrvl: fix card reset and suspend race issue
Bluetooth: btmrvl: support SCO routing to host interface
Bluetooth: btmrvl: remove extra space in cast
Bluetooth: btmrvl: add sd8997 chipset support
Anantha Krishnan (1):
Bluetooth: Add support for Acer [0489:e078]
Andrei Emeltchenko (5):
Bluetooth: Fix mask for H5 header len
Bluetooth: Use hex notation for mask
Bluetooth: Use hexadecimal notation for mask
Bluetooth: Simplify setting Configuration Field
Bluetooth: h5: Do not initialize Configuration field
Andrzej Kaczmarek (1):
Bluetooth: Fix powering on with privacy and advertising
Aniket Nagarnaik (1):
Bluetooth: btmrvl: release sdio bus after firmware is up
Arman Uguray (18):
Bluetooth: Add definitions for Add/Remove Advertising API
Bluetooth: Introduce HCI_ADVERTISING_INSTANCE setting and add AD flags
Bluetooth: Add data structure for advertising instance
Bluetooth: Implement the Add Advertising command
Bluetooth: Implement the Remove Advertising command
Bluetooth: Add support for instance scan response
Bluetooth: Add support for adv instance timeout
Bluetooth: Add macros for advertising instance flags
Bluetooth: Support the "connectable mode" adv flag
Bluetooth: Support the "discoverable" adv flag
Bluetooth: Support the "limited-discoverable" adv flag
Bluetooth: Support the "managed-flags" adv flag
Bluetooth: Support the "tx-power" adv flag
Bluetooth: Update supported_flags for AD features
Bluetooth: Unify advertising data code paths
Bluetooth: Fix using global connectable settings for adv
Bluetooth: Use ADV_SCAN_IND for adv. instances
Bluetooth: Update adv. parameters when conn. setting changes
Arnd Bergmann (1):
Bluetooth: bpa10x: fix BT_HCIUART dependency
Arron Wang (7):
Bluetooth: Make l2cap_recv_acldata() and sco_recv_scodata() return
void
Bluetooth: Move SCO support under BT_BREDR config option
Bluetooth: Add BT_HS config option
Bluetooth: Move high speed specific event under BT_HS option
Bluetooth: Move get info completed callback to a2mp.c
Bluetooth: Move amp assoc read/write completed callback to amp.c
Bluetooth: Move create/accept phy link completed callback to amp.c
Ben Young Tae Kim (2):
Bluetooth: btqca: Introduce generic QCA ROME support
Bluetooth: hciuart: Add support QCA chipset for UART
Ben YoungTae Kim (1):
Bluetooth: hciuart: Fix to use boolean flag with u32 type
Carlo Caione (1):
Bluetooth: btrtl: Create separate module for Realtek BT driver
Chan-yeol Park (3):
Bluetooth: Fix hci_sync missing wakeup interrupt
Bluetooth: btusb: Support QCA61x4 ROME v2.0
Bluetooth: hci_uart: Fix dereferencing of ERR_PTR
Chin-Ran Lo (3):
Bluetooth: btmrvl: fix hung task warning dump
Bluetooth: btmrvl: max out host sleep parameter 'gap'
Bluetooth: btmrvl: don't send data to firmware while processing
suspend
Chris Mason (1):
Bluetooth: btbcm: allow btbcm_read_verbose_config to fail on Apple
Christophe JAILLET (1):
Bluetooth: cmtp: Do not use list_for_each_safe when not needed
Dan Carpenter (4):
Bluetooth: 6lowpan: use after free in disconnect_devices()
Bluetooth: btusb: off by one in rtl8723b_parse_firmware()
Bluetooth: Fix breakage in amp_write_rem_assoc_frag()
Bluetooth: hci_bcm: checking for ERR_PTR instead of NULL
Daniel Drake (4):
Bluetooth: btusb: Add helper for READ_LOCAL_VERSION command
Bluetooth: btusb: Add Realtek 8723A/8723B/8761A/8821A support
Bluetooth: btusb: fix Realtek suspend/resume
Bluetooth: btusb: match generic class code in interface descriptor
Danny Schweizer (1):
Bluetooth: Do not filter multicast addresses by default
David Herrmann (1):
Bluetooth: hidp: fix device disconnect on idle timeout
David S. Miller (1):
bluetooth: Validate socket address length in sco_sock_bind().
Dean Jenkins (8):
Bluetooth: L2CAP ERTM shutdown protect sk and chan
Bluetooth: Make __l2cap_wait_ack more efficient
Bluetooth: Add BT_DBG to l2cap_sock_shutdown()
Bluetooth: __l2cap_wait_ack() use msecs_to_jiffies()
Bluetooth: __l2cap_wait_ack() add defensive timeout
Bluetooth: Unwind l2cap_sock_shutdown()
Bluetooth: Reorganize mutex lock in l2cap_sock_shutdown()
Bluetooth: l2cap_disconnection_req priority over shutdown
DingXiang (1):
Bluetooth: bt3c: Delete some unuseful comments
Dmitry Tunin (8):
Bluetooth: ath3k: Add support of MCI 13d3:3408 bt device
Bluetooth: ath3k: Add support of AR3012 bluetooth 13d3:3423 device
Bluetooth: ath3k: add support of 04ca:300f AR3012 device
ath3k: Add support of 0489:e076 AR3012 device
ath3k: add support of 13d3:3474 AR3012 device
Bluetooth: ath3k: Add support of 04ca:300d AR3012 device
Bluetooth: ath3k: Add support of AR3012 0cf3:817b device
Bluetooth: Add support of Toshiba Broadcom based devices
Eric W. Biederman (1):
net: Add a struct net parameter to sock_create_kern
Eyal Birger (2):
net: bluetooth: compact struct bt_skb_cb by inlining struct
hci_req_ctrl
net: bluetooth: compact struct bt_skb_cb by converting boolean fields
to bit fields
Fabian Frederick (2):
Bluetooth: fix shadow warning in hci_disconnect()
Bluetooth: hidp: replace kzalloc/copy_from_user by memdup_user
Fabio K (1):
Bluetooth: Add support for Broadcom BCM20702A1 variant
Fengguang Wu (1):
Bluetooth: fix err_cast.cocci warnings
Florian Grandel (21):
Bluetooth: mgmt: fix typos
Bluetooth: hci_core/mgmt: Introduce multi-adv list
Bluetooth: hci_core/mgmt: move adv timeout to hdev
Bluetooth: mgmt: dry update_scan_rsp_data()
Bluetooth: mgmt: rename update_*_data_for_instance()
Bluetooth: mgmt: multi adv for read_adv_features()
Bluetooth: mgmt: multi adv for get_current_adv_instance()
Bluetooth: mgmt: multi adv for get_adv_instance_flags()
Bluetooth: mgmt: improve get_adv_instance_flags() readability
Bluetooth: mgmt: multi adv for enable_advertising()
Bluetooth: mgmt: multi adv for create_instance_scan_rsp_data()
Bluetooth: mgmt: multi adv for create_instance_adv_data()
Bluetooth: mgmt: multi adv for set_advertising*()
Bluetooth: mgmt: multi adv for clear_adv_instances()
Bluetooth: mgmt/hci_core: multi-adv for add_advertising*()
Bluetooth: mgmt: multi adv for remove_advertising*()
Bluetooth: mgmt: program multi-adv on power on
Bluetooth: mgmt: multi-adv for trigger_le_scan()
Bluetooth: mgmt: multi-adv for mgmt_reenable_advertising()
Bluetooth: hci_core: remove obsolete adv_instance
Bluetooth: hci_core: increase max adv inst
Frederic Danis (25):
Bluetooth: Fix calls to __hci_cmd_sync()
Bluetooth: btusb: Fix calls to __hci_cmd_sync()
Bluetooth: btintel: Fix calls to __hci_cmd_sync()
Bluetooth: btbcm: Fix calls to __hci_cmd_sync()
Bluetooth: btbcm: Move request/release_firmware()
Bluetooth: btbcm: Add BCM4324B3 UART device
Bluetooth: hci_uart: Support operational speed during setup
Bluetooth: btbcm: Add helper functions for UART setup
Bluetooth: hci_uart: Update Broadcom UART setup
Bluetooth: hci_uart: Add bcm_set_baudrate()
Bluetooth: hci_uart: Fix speed selection
Bluetooth: btbcm: Add BCM4330B1 UART device
Bluetooth: hci_bcm: Add PM for BCM devices
Bluetooth: hci_bcm: Retrieve UART speed from ACPI
Bluetooth: hci_bcm: Add suspend/resume PM functions
Bluetooth: hci_bcm: Fix "implicit declaration"
Bluetooth: hci_bcm: Fix crash on suspend
Bluetooth: hci_bcm: Replace spinlock by mutex
Bluetooth: hci_bcm: Use bt_dev logging helpers
Bluetooth: hci_bcm: Add wake-up capability
Bluetooth: Add BT_WARN and bt_dev_warn logging macros
Bluetooth: hci_bcm: Fix IRQ polarity for T100
Bluetooth: hci_bcm: Prepare PM runtime support
Bluetooth: Remove useless rx_lock spinlock
Bluetooth: hci_bcm: Add suspend/resume runtime PM functions
Fugang Duan (1):
Bluetooth: hci-uart-ath: Correct the comments in this driver
Gabriele Mazzotta (1):
Bluetooth: Skip the shutdown routine if the interface is not up
Geliang Tang (1):
Bluetooth: use list_for_each_entry*
Glenn Ruben Bakke (5):
Bluetooth: 6lowpan: Enable delete_netdev to be scheduled when last
peer is deleted
Bluetooth: 6lowpan: Rename ambiguous variable
Bluetooth: 6lowpan: Move netdev sysfs device reference
Bluetooth: 6lowpan: Fix double kfree of netdev priv
Bluetooth: 6lowpan: Fix module refcount
Gowtham Anandha Babu (1):
Bluetooth: Remove dead code
Grzegorz Kolodziejczyk (4):
Bluetooth: bnep: Return err value while sending cmd is not understood
Bluetooth: bnep: Add support for get bnep features via ioctl
Bluetooth: bnep: Add support to extended headers of control frames
Bluetooth: bnep: Handle BNEP connection setup request
Heiner Kallweit (1):
Bluetooth: add LED trigger for indicating HCI is powered up
Heinrich Siebmanns (1):
Bluetooth: Add support for Broadcom BCM20702A0 variants firmware
download
Ilya Faenson (2):
Bluetooth: btbcm: Support the BCM4354 Bluetooth UART device
Bluetooth: hci_uart: Add new line discipline enhancements
Jaganath Kanakkassery (4):
Bluetooth: Send mgmt_connected only if state is BT_CONFIG
Bluetooth: Fix missing hci_dev_lock/unlock in mgmt req_complete()
Bluetooth: Fix missing hci_dev_lock/unlock in hci_event
Bluetooth: Fix potential NULL dereference in RFCOMM bind callback
Jakub Pawlowski (28):
Bluetooth: Add definitions for MGMT_OP_START_SERVICE_DISCOVERY
Bluetooth: Add extra discovery fields for storing filter information
Bluetooth: Add logic for UUID filter handling
Bluetooth: Add support for Start Service Discovery command
Bluetooth: Set HCI_QUIRK_STRICT_DUPLICATE_FILTER for BTUSB_ATH3012
Bluetooth: Set HCI_QUIRK_STRICT_DUPLICATE_FILTER for BTUSB_INTEL
Bluetooth: Add le_scan_restart work for LE scan restarting
Bluetooth: Add restarting to service discovery
Bluetooth: Move Service Discovery logic before refactoring
Bluetooth: Refactor service discovery filter logic
Bluetooth: fix service discovery behaviour for empty uuids filter
Bluetooth: Introduce HCI_QUIRK_SIMULTANEOUS_DISCOVERY
Bluetooth: Refactor BR/EDR inquiry and LE scan triggering.
Bluetooth: Add simultaneous dual mode scan
Bluetooth: Set HCI_QUIRK_SIMULTANEOUS_DISCOVERY for BTUSB_ATH3012
Bluetooth: Set HCI_QUIRK_SIMULTANEOUS_DISCOVERY for BTUSB_INTEL
Bluetooth: Set HCI_QUIRK_SIMULTANEOUS_DISCOVERY for BTUSB_CSR
Bluetooth: Expose quirks through debugfs
Bluetooth: Move IRK checking logic in preparation to new connect
method
Bluetooth: fix MGMT_EV_NEW_LONG_TERM_KEY event
Bluetooth: preparation for new connect procedure
Bluetooth: add hci_lookup_le_connect
Bluetooth: add hci_connect_le_scan
Bluetooth: advertisement handling in new connect procedure
Bluetooth: timeout handling in new connect procedure
Bluetooth: Enable new connection establishment procedure.
Bluetooth: Fix double scan updates
Bluetooth: Fix initializing conn_params in scan phase
Janne Heikkinen (1):
Bluetooth: Add USB device 04ca:3010 as Atheros AR3012
Jarkko Nikula (6):
Bluetooth: hci_intel: Cleanup the device probe code
Bluetooth: hci_bcm: Add missing acpi_dev_free_resource_list()
Bluetooth: hci_bcm: Handle possible error from
acpi_dev_get_resources()
Bluetooth: hci_bcm: Remove needless acpi_match_device() call
Bluetooth: hci_bcm: Remove needless looking code
Bluetooth: hci_bcm: Do not test ACPI companion in bcm_acpi_probe()
Jiri Slaby (1):
Bluetooth: make hci_test_bit's addr const
Joe Perches (1):
bluetooth: Use eth_<foo>_addr instead of memset
Johan Hedberg (269):
Bluetooth: Pass only crypto context to SMP crypto functions
Bluetooth: Add skeleton for SMP self-tests
Bluetooth: Add self-tests for SMP crypto functions
Bluetooth: Revert SMP self-test patches
Bluetooth: Fix LE connection timeout deadlock
Bluetooth: Fix check for direct advertising
Bluetooth: Fix sparse warnings in RFCOMM
Bluetooth: Fix sparse warning in amp.c
Bluetooth: Fix mgmt connected notification
Bluetooth: 6lowpan: Remove unnecessary RCU callback
Bluetooth: Fix l2cap_sock_teardown_cb lockdep warning
Bluetooth: Remove unnecessary hci_dev_lock/unlock in smp.c
Bluetooth: Use proper nesting annotation for l2cap_chan lock
Bluetooth: Fix L2CAP socket lock nesting level
Bluetooth: Fix L2CAP nesting level initialization location
Bluetooth: Fix correct nesting for 6lowpan server channel
Bluetooth: Fix sending incorrect LE CoC PDU in BT_CONNECT2 state
Bluetooth: Add key preference parameter to smp_sufficient_security
Bluetooth: Trigger SMP for the appropriate LE CoC errors
Bluetooth: Convert LTK list to RCU
Bluetooth: Convert IRK list to RCU
Bluetooth: Remove unnecessary hdev locking in smp.c
Bluetooth: Add debug logs to help track locking issues
Bluetooth: Fix clearing remote OOB data through mgmt
Bluetooth: Fix BR/EDR-only address checks for remote OOB data
Bluetooth: Use shorter "rand" name for "randomizer"
Bluetooth: Call drain_workqueue() before resetting state
Bluetooth: Fix setting state back to TASK_RUNNING
Bluetooth: Fix setting conn->pending_sec_level value from link key
Bluetooth: Convert link keys list to use RCU
Bluetooth: Track both local and remote L2CAP fixed channel mask
Bluetooth: Simplify Link Key Notification event handling logic
Bluetooth: Add basic SMP defines for LE Secure Connections
Bluetooth: Make auth_req mask dependent on SC enabled or not
Bluetooth: Add SMP flag for SC and set it when necessary.
Bluetooth: Update SMP security level to/from auth_req for SC
Bluetooth: Add mgmt support for LE Secure Connections LTK types
Bluetooth: Set the correct security level for SC LTKs
Bluetooth: Use custom macro for testing BR/EDR SC enabled
Bluetooth: Add mgmt_set_secure_conn support for any LE adapter
Bluetooth: Add ECC library for LE Secure Connections
Bluetooth: Add basic support for AES-CMAC
Bluetooth: Update LTK lookup to correctly deal with SC LTKs
Bluetooth: Remove unused hci_find_ltk function
Bluetooth: Rename hci_find_ltk_by_addr to hci_find_ltk
Bluetooth: Set link key generation bit if necessary for LE SC
Bluetooth: Add basic support for sending our LE SC public key
Bluetooth: Add handler function for receiving LE SC public key
Bluetooth: Add support for sending LE SC Confirm value
Bluetooth: Add LE SC support for responding to Pairing Confirm PDU
Bluetooth: Add support for LE SC numeric comparison
Bluetooth: Add support for handling LE SC user response
Bluetooth: Add support for LE SC DHKey check PDU
Bluetooth: Track authentication method in SMP context
Bluetooth: Add selection of the SC authentication method
Bluetooth: Detect SMP SC debug keys
Bluetooth: Set correct LTK type and authentication for SC
Bluetooth: Add support for LE SC key generation
Bluetooth: Add check for accidentally generating a debug key
Bluetooth: Add support for SC just-works pairing
Bluetooth: Fix BR/EDR Link Key type when derived through LE SC
Bluetooth: Add dummy handler for LE SC keypress notification
Bluetooth: Use debug keys for SMP when HCI_USE_DEBUG_KEYS is set
Bluetooth: Add passkey entry support for LE SC
Bluetooth: Fix DHKey Check sending order for slave role
Bluetooth: Add skeleton for BR/EDR SMP channel
Bluetooth: Add hci_conn flag for new link key generation
Bluetooth: Add full SMP BR/EDR support
Bluetooth: Add SC-only mode support for SMP
Bluetooth: Add debugfs switch for forcing SMP over BR/EDR
Bluetooth: Unify remote OOB data functions
Bluetooth: Store address type with OOB data
Bluetooth: Add support for adding remote OOB data for LE
Bluetooth: Set SMP OOB flag if OOB data is available
Bluetooth: Add basic LE SC OOB support for remote OOB data
Bluetooth: Introduce SMP_DBG macro for low-level debuging
Bluetooth: Fix missing const declarations in SMP functions
Bluetooth: Organize SMP crypto functions to logical sections
Bluetooth: Fix SMP debug key handling
Bluetooth: Fix minor coding style issue in smp.c
Bluetooth: Fix false-positive "uninitialized" compiler warning
Bluetooth: Add callback to create proper cmd_complete events
Bluetooth: Store parameter length with pending mgmt commands
Bluetooth: Convert Disconnect mgmt command to use cmd_complete
callback
Bluetooth: Use cmd_complete callback for authentication mgmt commands
Bluetooth: Convert Pair Device to use cmd_complete callback
Bluetooth: Convert Unpair Device to use cmd_complete callback
Bluetooth: Convert discovery commands to use cmd_complete callback
Bluetooth: Convert Get Clock Info to use cmd_complete callback
Bluetooth: Fix initializing hci_conn RSSI to invalid value
Bluetooth: Fix Get Conn Info to use cmd_complete callback
Bluetooth: Remove redundant reverse_base_uuid variable
Bluetooth: Fix calling hci_conn_put too early
Bluetooth: Fix incorrect pending cmd removal in pairing_complete()
Bluetooth: Fix notifying mgmt power off before flushing connection
list
Bluetooth: Fix enabling BR/EDR SC when powering on
Bluetooth: Fix mgmt response status when removing adapter
Bluetooth: Split hci_update_page_scan into two functions
Bluetooth: Split hci_request helpers to hci_request.[ch]
Bluetooth: Add hci_request support for hci_update_background_scan
Bluetooth: Fix Remove Device to wait for HCI before sending
cmd_complete
Bluetooth: Fix Add Device to wait for HCI before sending cmd_complete
Bluetooth: Add return parameter to cmd_complete callbacks
Bluetooth: Move hci_update_page_scan to hci_request.c
Bluetooth: Fix accepting connections when not using mgmt
Bluetooth: Fix const declarations for smp_f5 and smp_f6
Bluetooth: Add support for ECDH test cases
Bluetooth: Add skeleton for SMP self-tests
Bluetooth: Add legacy SMP tests
Bluetooth: Add LE Secure Connections tests for SMP
Bluetooth: Fix valid Identity Address check
Bluetooth: Add helpers for src/dst bdaddr type conversion
Bluetooth: Fix lookup of fixed channels by local bdaddr
Bluetooth: Check for valid bdaddr in add_remote_oob_data
Bluetooth: Remove incorrect check for BDADDR_BREDR address type
Bluetooth: Convert Set SC to use HCI Request
Bluetooth: Enforce zero-valued hash/rand192 for LE OOB
Bluetooth: btusb: Remove redundant call to btusb_free_frags()
Bluetooth: Fix check for SSP when enabling SC
Bluetooth: Fix notifying discovery state upon reset
Bluetooth: Fix notifying discovery state when powering off
Bluetooth: btusb: Fix race when waiting for BTUSB_DOWNLOADING
Bluetooth: btusb: Use wait_on_bit_timeout() for BTUSB_BOOTING
Bluetooth: Remove mgmt_rp_read_local_oob_ext_data struct
Bluetooth: Fix potential NULL dereference
Bluetooth: btusb: Remove unneeded btusb_wait_on_bit_timeout()
Bluetooth: Fix accepting early data on fixed channels
Bluetooth: Fix AMP init for certain AMP controllers
Bluetooth:
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
--
--
Automated mail from issue updates at http://crbug.com/
Subscription options: http://groups.google.com/a/chromium.org/group/chromium-bugs
---
You received this message because you are subscribed to the Google Groups "Chromium-bugs" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-bugs+***@chromium.org.