Home
last modified time | relevance | path

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

/openbmc/linux/net/bluetooth/
H A Dhci_sync.c2520 if (hdev->advertising_paused) in hci_pause_advertising_sync()
2551 hdev->advertising_paused = true; in hci_pause_advertising_sync()
2564 if (!hdev->advertising_paused) in hci_resume_advertising_sync()
2568 hdev->advertising_paused = false; in hci_resume_advertising_sync()
2597 hdev->advertising_paused = false; in hci_resume_advertising_sync()
H A Dmgmt.c1597 if (hdev->advertising_paused) { in set_discoverable()
6431 if (hdev->advertising_paused) in set_advertising()
/openbmc/linux/include/net/bluetooth/
H A Dhci_core.h531 bool advertising_paused; member