Home
last modified time | relevance | path

Searched refs:hci_cmd_runner (Results 1 – 4 of 4) sorted by relevance

/external/pigweed/pw_bluetooth_sapphire/host/hci/
Dlegacy_low_energy_advertiser.cc218 if (starting_ && hci_cmd_runner().IsReady()) { in StartAdvertising()
223 if (!hci_cmd_runner().IsReady()) { in StartAdvertising()
232 hci_cmd_runner().Cancel(); in StartAdvertising()
322 if (!hci_cmd_runner().IsReady()) { in StopAdvertising()
323 hci_cmd_runner().Cancel(); in StopAdvertising()
Dandroid_extended_low_energy_advertiser.cc296 if (!hci_cmd_runner().IsReady()) { in StartAdvertising()
353 if (!hci_cmd_runner().IsReady()) { in StopAdvertising()
Dextended_low_energy_advertiser.cc487 if (!hci_cmd_runner().IsReady()) { in StartAdvertising()
570 if (!hci_cmd_runner().IsReady()) { in StopAdvertising()
/external/pigweed/pw_bluetooth_sapphire/host/hci/public/pw_bluetooth_sapphire/internal/host/hci/
Dlow_energy_advertiser.h306 SequentialCommandRunner& hci_cmd_runner() const { return *hci_cmd_runner_; } in hci_cmd_runner() function