diff options
Diffstat (limited to 'net/bluetooth/hci_conn.c')
| -rw-r--r-- | net/bluetooth/hci_conn.c | 7 | 
1 files changed, 7 insertions, 0 deletions
diff --git a/net/bluetooth/hci_conn.c b/net/bluetooth/hci_conn.c index 111f0e37b672..c5dedf39a129 100644 --- a/net/bluetooth/hci_conn.c +++ b/net/bluetooth/hci_conn.c @@ -843,6 +843,13 @@ static void bis_cleanup(struct hci_conn *conn)  		if (bis)  			return; +		bis = hci_conn_hash_lookup_big_state(hdev, +						     conn->iso_qos.bcast.big, +						     BT_OPEN, +						     HCI_ROLE_MASTER); +		if (bis) +			return; +  		hci_le_terminate_big(hdev, conn);  	} else {  		hci_le_big_terminate(hdev, conn->iso_qos.bcast.big,  | 
