HomeSort by relevance Sort by last modified time
    Searched refs:unix_sock (Results 1 - 2 of 2) sorted by null

  /external/bluetooth/bluez/src/
sdpd-server.c 54 static int l2cap_sock, unix_sock; variable
120 unix_sock = -1;
125 unix_sock = socket(PF_UNIX, SOCK_STREAM, 0);
126 if (unix_sock < 0) {
137 if (bind(unix_sock, (struct sockaddr *) &unaddr, sizeof(unaddr)) < 0) {
142 listen(unix_sock, 5);
146 unix_sock = android_get_control_socket("bluetooth");
147 if (unix_sock < 0) {
152 if (listen(unix_sock, 5)) {
157 info("Got Unix socket fd '%d' from environment", unix_sock);
    [all...]
  /external/bluetooth/bluez/audio/
unix.c 96 static int unix_sock = -1; variable
    [all...]

Completed in 40 milliseconds