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 109 static int socktype = SOCK_SEQPACKET; variable
201 sk = socket(PF_BLUETOOTH, socktype, BTPROTO_L2CAP);
349 sk = socket(PF_BLUETOOTH, socktype, BTPROTO_L2CAP);
418 if (socktype == SOCK_DGRAM) {
1252 socktype = SOCK_DGRAM;
1256 socktype = SOCK_STREAM;

Completed in 1663 milliseconds