Searched refs:hci_cmd_runner (Results 1 – 4 of 4) sorted by relevance
218 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()
296 if (!hci_cmd_runner().IsReady()) { in StartAdvertising()353 if (!hci_cmd_runner().IsReady()) { in StopAdvertising()
487 if (!hci_cmd_runner().IsReady()) { in StartAdvertising()570 if (!hci_cmd_runner().IsReady()) { in StopAdvertising()
306 SequentialCommandRunner& hci_cmd_runner() const { return *hci_cmd_runner_; } in hci_cmd_runner() function