diff options
author | Johan Hedberg <johan.hedberg@intel.com> | 2012-02-20 23:25:18 +0200 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@intel.com> | 2012-02-21 00:32:16 +0200 |
commit | d930650b59be72342bc373ef52006ca99c1dd09e (patch) | |
tree | de08d56c0b77b280f4b9763c805665640ad5588e /include/net | |
parent | 4b95a24ce12c4545fd7d2e3075841dc3119d1d71 (diff) | |
download | op-kernel-dev-d930650b59be72342bc373ef52006ca99c1dd09e.zip op-kernel-dev-d930650b59be72342bc373ef52006ca99c1dd09e.tar.gz |
Bluetooth: mgmt: Add address type parameter to Stop Discovery command
This patch adds an address type parameter to the Stop Discovery command
which should match the value given to Start Discovery.
Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
Acked-by: Marcel Holtmann <marcel@holtmann.org>
Diffstat (limited to 'include/net')
-rw-r--r-- | include/net/bluetooth/mgmt.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/net/bluetooth/mgmt.h b/include/net/bluetooth/mgmt.h index 7e3d38b..870a3de 100644 --- a/include/net/bluetooth/mgmt.h +++ b/include/net/bluetooth/mgmt.h @@ -283,6 +283,9 @@ struct mgmt_cp_start_discovery { } __packed; #define MGMT_OP_STOP_DISCOVERY 0x0024 +struct mgmt_cp_stop_discovery { + __u8 type; +} __packed; #define MGMT_OP_CONFIRM_NAME 0x0025 struct mgmt_cp_confirm_name { |