HomeSort by relevance Sort by last modified time
    Searched refs:rfcomm (Results 1 - 25 of 36) sorted by null

1 2

  /external/bluetooth/bluez/tools/
lexer.l 37 #include <bluetooth/rfcomm.h>
98 if (strncmp(yytext, "rfcomm", 6) == 0) {
100 return RFCOMM;
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);
kword.c 33 #include <bluetooth/rfcomm.h>
Android.mk 159 # rfcomm
166 rfcomm.c \
184 LOCAL_MODULE:=rfcomm
ppporc.c 41 #include <bluetooth/rfcomm.h>
64 syslog(LOG_INFO, "Closing RFCOMM channel");
110 /* Create the RFCOMM connection */
136 syslog(LOG_INFO, "RFCOMM channel %d connected", channel);
243 syslog(LOG_INFO, "PPP over RFCOMM");
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);
  /external/bluetooth/bluez/serial/
proxy.c 47 #include <bluetooth/rfcomm.h>
93 uint8_t channel; /* RFCOMM channel */
96 GIOChannel *rfcomm; /* Remote RFCOMM channel*/ member in struct:serial_proxy
106 if (prx->rfcomm) {
107 g_io_channel_shutdown(prx->rfcomm, TRUE, NULL);
108 g_io_channel_unref(prx->rfcomm);
109 prx->rfcomm = NULL;
151 uuid_t uuid, root_uuid, l2cap, rfcomm; local
181 sdp_uuid16_create(&rfcomm, RFCOMM_UUID)
    [all...]
manager.c 47 #include <bluetooth/rfcomm.h>
  /external/bluetooth/bluez/input/
device.h 37 int rfcomm; /* RFCOMM socket */ member in struct:fake_input
38 uint8_t ch; /* RFCOMM channel number */
  /external/bluetooth/hcidump/
Android.mk 30 parser/rfcomm.c \
  /external/bluetooth/bluez/audio/
gateway.c 65 GIOChannel *rfcomm; member in struct:gateway
197 if (!dev->gateway->rfcomm) {
198 DBG("RFCOMM disconnected from server before agent reply");
240 gw->rfcomm = g_io_channel_ref(chan);
315 error("Unable to extract RFCOMM channel from service record");
388 if (gw->rfcomm) {
389 sock = g_io_channel_unix_get_fd(gw->rfcomm);
392 g_io_channel_shutdown(gw->rfcomm, TRUE, NULL);
393 g_io_channel_unref(gw->rfcomm);
394 gw->rfcomm = NULL
    [all...]
headset.c 159 GIOChannel *rfcomm; member in struct:headset
299 if (!hs->rfcomm) {
305 fd = g_io_channel_unix_get_fd(hs->rfcomm);
576 if (hs->rfcomm)
1285 DBG("ERR or HUP on RFCOMM socket");
1389 hs->rfcomm = hs->tmp_rfcomm;
1435 if (hs->rfcomm)
1458 error("Unable to get RFCOMM channel from Headset record");
2138 GIOChannel *rfcomm = hs->tmp_rfcomm ? hs->tmp_rfcomm : hs->rfcomm; local
    [all...]
  /system/bluetooth/tools/
sock_shutdown_bug_rfcomm.c 25 #include <bluetooth/rfcomm.h>
sock_shutdown_test.c 37 #include <bluetooth/rfcomm.h>
43 RFCOMM,
79 case RFCOMM:
131 case RFCOMM:
178 case RFCOMM:
266 {"rfcomm", RFCOMM},
  /external/bluetooth/bluez/cups/
spp.c 35 #include <bluetooth/rfcomm.h>
  /external/bluetooth/bluez/plugins/
echo.c 33 #include <bluetooth/rfcomm.h>
pnat.c 39 #include <bluetooth/rfcomm.h>
259 error("Can't create RFCOMM TTY: %s", strerror(errno));
263 snprintf(client->tty_name, PATH_MAX - 1, "/dev/rfcomm%d",
364 uuid_t root_uuid, dun, gn, l2cap, rfcomm; local
393 sdp_uuid16_create(&rfcomm, RFCOMM_UUID);
394 proto[1] = sdp_list_append(NULL, &rfcomm);
459 error("Unable to create RFCOMM control socket: %s (%d)",
  /external/bluetooth/bluez/test/
attest.c 39 #include <bluetooth/rfcomm.h>
hstest.c 44 #include <bluetooth/rfcomm.h>
233 perror("Can't connect RFCOMM channel");
237 fprintf(stderr, "RFCOMM channel connected\n");
  /external/bluetooth/bluez/compat/
dun.c 48 #include <bluetooth/rfcomm.h>
64 perror("Can't open RFCOMM control socket");
136 sprintf(dev, "rfcomm%d", id);
213 snprintf(tty, size, "/dev/rfcomm%d", id);
215 snprintf(tty, size, "/dev/bluetooth/rfcomm/%d", id);
217 snprintf(tty, size, "/dev/rfcomm%d", id);
257 printf("rfcomm%d: %s channel %d pppd pid %d\n",
313 syslog(LOG_ERR, "RFCOMM TTY creation failed. %s(%d)", strerror(errno), errno);
sdp.c 572 uuid_t root_uuid, l2cap, rfcomm, dun; local
598 sdp_uuid16_create(&rfcomm, RFCOMM_UUID);
599 proto[1] = sdp_list_append(NULL, &rfcomm);
dund.c 44 #include <bluetooth/rfcomm.h>
126 /* Create RFCOMM socket */
129 syslog(LOG_ERR, "Cannot create RFCOMM socket. %s(%d)",
213 /* Connect and initiate RFCOMM session
240 syslog(LOG_ERR, "Cannot create RFCOMM socket. %s(%d)",
421 "\t--channel -P <channel> RFCOMM channel\n"
  /external/bluetooth/bluez/sap/
server.c 195 uuid_t sap_uuid, gt_uuid, root_uuid, l2cap, rfcomm; local
227 sdp_uuid16_create(&rfcomm, RFCOMM_UUID);
228 proto[1] = sdp_list_append(NULL, &rfcomm);
606 /* Client opened RFCOMM channel but didn't send CONNECT_REQ,
608 * didn't closed RFCOMM channel in fixed time.*/
1095 DBG("ERR (G_IO_NVAL) on rfcomm socket.");
1100 DBG("ERR (G_IO_ERR) on rfcomm socket.");
1105 DBG("HUP on rfcomm socket.");
    [all...]
  /frameworks/base/core/jni/
android_bluetooth_BluetoothAudioGateway.cpp 53 #include <bluetooth/rfcomm.h>
141 ALOGV("HF RFCOMM channel = %d.", nat->hf_ag_rfcomm_channel);
142 ALOGV("HS RFCOMM channel = %d.", nat->hs_ag_rfcomm_channel);
218 ALOGI("Successful accept() on AG socket %d: new socket %d, address %s, RFCOMM channel %d",
268 ALOGI("Setting HF AG server socket to RFCOMM port %d!",
313 ALOGI("Setting HF AG server socket to RFCOMM port %d!",
319 ALOGI("Setting HS AG server socket to RFCOMM port %d!",
351 ALOGE("listening select() on RFCOMM sockets: %s (%d)",
375 // ALOGI("Setting HF AG server socket %d to RFCOMM port %d!",
383 // ALOGI("Setting HS AG server socket %d to RFCOMM port %d!"
    [all...]
android_bluetooth_HeadsetBase.cpp 38 #include <bluetooth/rfcomm.h>
129 ALOGW("RFCOMM poll() returned success (%d), "
238 ALOGE("%s: Could not create RFCOMM socket: %s\n", __FUNCTION__,
251 ALOGE("%s: Can't set RFCOMM link mode", __FUNCTION__);
287 ALOGV("RFCOMM socket is already connected or connection is in progress.");
296 ALOGE("%s: Could not create RFCOMM socket: %s\n", __FUNCTION__,
309 ALOGE("%s: Can't set RFCOMM link mode", __FUNCTION__);
313 ALOGI("Created RFCOMM socket fd %d.", nat->rfcomm_sock);
368 ALOGI("RFCOMM is already connected!");
373 ALOGI("Re-opening RFCOMM socket.")
    [all...]

Completed in 181 milliseconds

1 2