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

  /external/bluetooth/bluez/tools/
parser.h 49 RFCOMM = 265,
63 #define RFCOMM 265
parser.y 38 #include <bluetooth/rfcomm.h>
58 %token <number> NUMBER RFCOMM
72 | rfcomm '{' rfcomm_options '}'
89 rfcomm : RFCOMM label
156 snprintf(file, MAXPATHLEN, "%s/.bluetooth/rfcomm.conf", getenv("HOME"));
159 snprintf(file, MAXPATHLEN, "%s/rfcomm.conf", CONFIGDIR);
parser.c 58 #include <bluetooth/rfcomm.h>
81 #define RFCOMM 264
191 "K_CHANNEL","K_COMMENT","K_YES","K_NO","NUMBER","RFCOMM","STRING","WORD",
200 "statement : rfcomm '{' rfcomm_options '}'",
204 "rfcomm : RFCOMM",
273 snprintf(file, MAXPATHLEN, "%s/.bluetooth/rfcomm.conf", getenv("HOME"));
276 snprintf(file, MAXPATHLEN, "%s/rfcomm.conf", CONFIGDIR);
lexer.c 497 #include <bluetooth/rfcomm.h>
797 if (strncmp(yytext, "rfcomm", 6) == 0) {
799 return RFCOMM;
    [all...]
  /system/bluetooth/tools/
sock_shutdown_test.c 37 #include <bluetooth/rfcomm.h>
43 RFCOMM,
79 case RFCOMM:
131 case RFCOMM:
178 case RFCOMM:
266 {"rfcomm", RFCOMM},
asocket_test.c 37 #include <bluetooth/rfcomm.h>
45 RFCOMM,
97 case RFCOMM:
149 case RFCOMM:
209 case RFCOMM:
248 case RFCOMM:
694 {"rfcomm", RFCOMM},
socktest.c 38 #include <bluetooth/rfcomm.h>
44 RFCOMM,
96 case RFCOMM:
148 case RFCOMM:
208 case RFCOMM:
261 case RFCOMM:
768 {"rfcomm", RFCOMM},

Completed in 86 milliseconds