Bluetooth: Fix issue where scan would stop when connecting LE CoC during scan 86/324086/2 accepted/tizen_9.0_unified tizen_9.0 accepted/tizen/9.0/unified/20250514.164519
authorWootak Jung <wootak.jung@samsung.com>
Mon, 12 May 2025 09:45:44 +0000 (18:45 +0900)
committerWootak Jung <wootak.jung@samsung.com>
Tue, 13 May 2025 00:19:38 +0000 (09:19 +0900)
commit5cc6dbf4382c19c835e21fff603167326f8bdfb4
tree98b9c64d6dccc1937c1370e96949d7824346ccc1
parentfeab030f80cb1082dbca83f6fbaf9b68e5dbebfe
Bluetooth: Fix issue where scan would stop when connecting LE CoC during scan

When attempting to connect LE CoC during scan, the kernel internally disables scan,
but at this time, the event is not delivered to upper layer,
so there is an issue that it remains in a stopped state without restarting.

Change-Id: Ib740df7e4b8b014bcfb3b564c4dd060cba8debef
Signed-off-by: Wootak Jung <wootak.jung@samsung.com>
net/bluetooth/hci_sync.c
net/bluetooth/mgmt.c