Home
last modified time | relevance | path

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

/linux-6.1.9/net/bluetooth/
Dhci_sync.c2288 if (hdev->advertising_paused) in hci_pause_advertising_sync()
2319 hdev->advertising_paused = true; in hci_pause_advertising_sync()
2332 if (!hdev->advertising_paused) in hci_resume_advertising_sync()
2336 hdev->advertising_paused = false; in hci_resume_advertising_sync()
2365 hdev->advertising_paused = false; in hci_resume_advertising_sync()
Dmgmt.c1573 if (hdev->advertising_paused) { in set_discoverable()
6438 if (hdev->advertising_paused) in set_advertising()
/linux-6.1.9/include/net/bluetooth/
Dhci_core.h555 bool advertising_paused; member