Searched refs:send_command (Results 1 – 3 of 3) sorted by relevance
84 fn send_command(data: &[u8]); in send_command() function163 Some(cmd) = out_cmd_rx.recv() => ffi::send_command(&cmd.encode_to_bytes().unwrap()), in dispatch_outgoing()164 Some(data) = out_data_rx.recv() => ffi::send_command(&data.encode_to_bytes().unwrap()), in dispatch_outgoing()
22 void send_command(rust::Slice<const uint8_t> data);
109 void send_command(rust::Slice<const uint8_t> data) { in send_command() function