Searched defs:send_cmd (Results 1 – 3 of 3) sorted by relevance
70 async def send_cmd(self, cmd: hci.Command): member in Host
98 pub fn send_cmd(&self, cmd: Command) -> Result<()> { in send_cmd() method
130 def send_cmd(self, cmd: hci.Command): member in Controller