Bluetooth: hci_sync: Add support for waiting specific LE subevents
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Wed, 22 Dec 2021 20:21:57 +0000 (12:21 -0800)
committerMarcel Holtmann <marcel@holtmann.org>
Wed, 22 Dec 2021 22:01:35 +0000 (23:01 +0100)
commit85b56857e194635b772be8af1c7650535d5d112a
tree5cf69e37c0215a31afa4dd9c4d32f54ad6fdee20
parent8e8b92ee60de5341e9db83c11f75a525e555e2b3
Bluetooth: hci_sync: Add support for waiting specific LE subevents

This adds support for waiting for specific LE subevents instead of
command status which may only indicate that the commands is in progress
and a different event is used to complete the operation.

Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
include/net/bluetooth/bluetooth.h
net/bluetooth/hci_event.c
net/bluetooth/hci_sync.c