Home
last modified time | relevance | path

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

/linux/net/bluetooth/
H A Dhci_sync.c2460 if (hdev->advertising_paused) in hci_pause_advertising_sync()
2491 hdev->advertising_paused = true; in hci_pause_advertising_sync()
2504 if (!hdev->advertising_paused) in hci_resume_advertising_sync()
2508 hdev->advertising_paused = false; in hci_resume_advertising_sync()
2537 hdev->advertising_paused = false; in hci_resume_advertising_sync()
H A Dmgmt.c1605 if (hdev->advertising_paused) { in set_discoverable()
6366 if (hdev->advertising_paused) in set_advertising()
/linux/include/net/bluetooth/
H A Dhci_core.h528 bool advertising_paused; member