Home | History | Annotate | Download | only in src

Lines Matching defs:cs

536     sock_connect_signal_t cs;
537 cscs);
538 cs.bd_addr = *addr;
539 cs.channel = channel;
540 cs.status = status;
543 if(sock_send_fd(fd, (const uint8_t*)&cs, sizeof(cs), send_fd) == sizeof(cs))
547 else if(sock_send_all(fd, (const uint8_t*)&cs, sizeof(cs)) == sizeof(cs))