OSDN Git Service

Bluetooth: During le_conn_timeout disable EXT_ADV
authorSathish Narsimman <nsathish41@gmail.com>
Mon, 24 Feb 2020 05:23:40 +0000 (10:53 +0530)
committerMarcel Holtmann <marcel@holtmann.org>
Fri, 28 Feb 2020 07:40:06 +0000 (08:40 +0100)
commitc3bed4de5d0671426d047d9b58b140d6a9114c83
treef98c44dcbb3cd5686fa1072224fe8b3324f8b755
parenta9e45698b37d4235ec98b5c0327de59759cb2ef2
Bluetooth: During le_conn_timeout disable EXT_ADV

Disabling LE_LEGACY_ADV when LE_EXT_ADV is enabled causes 'command
disallowed . This patch fixes that issue and disables EXT_ADV if
enabled.

Signed-off-by: Sathish Narsimman <sathish.narasimman@intel.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
net/bluetooth/hci_conn.c