]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
Bluetooth: Add scan_rsp parameter to mgmt_device_found()
authorJohan Hedberg <johan.hedberg@intel.com>
Tue, 25 Mar 2014 08:30:47 +0000 (10:30 +0200)
committerMarcel Holtmann <marcel@holtmann.org>
Wed, 26 Mar 2014 16:31:37 +0000 (09:31 -0700)
commit5d2e9fadf43e87e690bfbe607313bf9be47867e4
tree06936c90b5787bea5082a47b099e2aa01787ca40
parentca5c4be716c50a245157d67b6e1dc97b2d89cdd4
Bluetooth: Add scan_rsp parameter to mgmt_device_found()

In preparation for being able to merge ADV_IND/ADV_SCAN_IND and SCAN_RSP
together into a single device found event add a second parameter to the
mgmt_device_found function. For now all callers pass NULL as this
parameters since we don't yet have storing of the last received
advertising report.

Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
include/net/bluetooth/hci_core.h
net/bluetooth/hci_event.c
net/bluetooth/mgmt.c