Home
last modified time | relevance | path

Searched refs:advertising_paused (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.6/net/bluetooth/
Dhci_sync.c2337 if (hdev->advertising_paused) in hci_pause_advertising_sync()
2368 hdev->advertising_paused = true; in hci_pause_advertising_sync()
2381 if (!hdev->advertising_paused) in hci_resume_advertising_sync()
2385 hdev->advertising_paused = false; in hci_resume_advertising_sync()
2414 hdev->advertising_paused = false; in hci_resume_advertising_sync()
Dmgmt.c1599 if (hdev->advertising_paused) { in set_discoverable()
6445 if (hdev->advertising_paused) in set_advertising()
/Linux-v6.6/include/net/bluetooth/
Dhci_core.h558 bool advertising_paused; member