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

  /external/bluetooth/bluez/test/
rctest.c 84 static int socktype = SOCK_STREAM; variable
154 sk = socket(PF_BLUETOOTH, socktype, BTPROTO_RFCOMM);
255 sk = socket(PF_BLUETOOTH, socktype, BTPROTO_RFCOMM);
l2test.c 108 static int socktype = SOCK_SEQPACKET; variable
200 sk = socket(PF_BLUETOOTH, socktype, BTPROTO_L2CAP);
343 sk = socket(PF_BLUETOOTH, socktype, BTPROTO_L2CAP);
407 if (socktype == SOCK_DGRAM) {
1240 socktype = SOCK_DGRAM;
1244 socktype = SOCK_STREAM;

Completed in 41 milliseconds