OSDN Git Service

Bluetooth: Add __hci_cmd_send function
authorLoic Poulain <loic.poulain@linaro.org>
Thu, 26 Apr 2018 11:13:26 +0000 (13:13 +0200)
committerMarcel Holtmann <marcel@holtmann.org>
Fri, 18 May 2018 04:37:52 +0000 (06:37 +0200)
commitd6ee6ad774a986d4faaa794a0980e7c50ed359c6
treeaf9db18d67dbbc4c8d7188ea26d641d70189e9c8
parentd36dfb3e9b990b45bb812fd144b19737649a69ba
Bluetooth: Add __hci_cmd_send function

This function allows to send a HCI command without expecting any
controller event/response in return. This is allowed for vendor-
specific commands only.

Signed-off-by: Loic Poulain <loic.poulain@linaro.org>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
include/net/bluetooth/hci_core.h
net/bluetooth/hci_core.c