Home | History | Annotate | Download | only in src

Lines Matching full:error

77 		error("opening L2CAP socket: %s", strerror(errno));
87 error("binding L2CAP socket: %s", strerror(errno));
94 error("setsockopt: %s", strerror(errno));
104 error("getsockopt: %s", strerror(errno));
112 error("setsockopt: %s", strerror(errno));
127 error("opening UNIX socket: %s", strerror(errno));
138 error("binding UNIX socket: %s", strerror(errno));
148 error("Unable to get the control socket for 'bluetooth'");
153 error("Listening on local socket failed: %s", strerror(errno));
226 error("Can't accept connection: %s", strerror(errno));
249 error("Server initialization failed");