/external/bluetooth/bluez/rfcomm/ |
Makefile.am | 6 conf_DATA = rfcomm.conf 9 bin_PROGRAMS = rfcomm 24 man_MANS = rfcomm.1 32 EXTRA_DIST = rfcomm.1 rfcomm.conf
|
rfcomm.conf | 2 # RFCOMM configuration file. 12 # # RFCOMM channel for the connection
|
rfcomm.1 | 17 .TH RFCOMM 1 "APRIL 28, 2002" "" "" 20 rfcomm \- RFCOMM configuration utility 22 .BR "rfcomm 31 .B rfcomm 32 is used to set up, maintain, and inspect the RFCOMM configuration 38 .B rfcomm 39 prints information about the configured RFCOMM devices. 46 Prints information about all configured RFCOMM devices. 90 Connect the RFCOMM device to the remote Bluetooth device on th [all...] |
Android.mk | 27 LOCAL_MODULE:=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);
|
main.c | 47 #include <bluetooth/rfcomm.h> 119 printf("rfcomm%d: %s channel %d %s %s\n", 162 perror("Can't open RFCOMM config file"); 170 fprintf(stderr, "Can't find a config entry for rfcomm%d\n", dev); 184 fprintf(stderr, "RFCOMM TTY support not available\n"); 198 perror("Can't open RFCOMM config file"); 331 perror("Can't open RFCOMM config file"); 340 fprintf(stderr, "Can't find a config entry for rfcomm%d\n", dev); 355 perror("Can't create RFCOMM socket"); 369 perror("Can't bind RFCOMM socket") [all...] |
lexer.l | 37 #include <bluetooth/rfcomm.h> 98 if (strncmp(yytext, "rfcomm", 6) == 0) { 100 return RFCOMM;
|
/external/bluetooth/hcidump/parser/ |
Makefile.am | 6 l2cap.c sdp.c sdp.h rfcomm.c rfcomm.h \
|
/external/bluetooth/bluez/doc/ |
serial-api.txt | 16 Connects to a specific RFCOMM based service on a 17 remote device and then creates a RFCOMM TTY 18 device for it. The RFCOMM TTY device is returned. 22 RFCOMM channel as string, 1-30 31 Disconnect a RFCOMM TTY device that has been
|
/external/bluetooth/bluez/include/bluetooth/ |
Makefile.am | 6 sdp.h sdp_lib.h rfcomm.h bnep.h cmtp.h hidp.h
|
rfcomm.h | 34 /* RFCOMM defaults */ 39 /* RFCOMM socket address */ 46 /* RFCOMM socket options */ 61 /* RFCOMM TTY support */
|
/external/bluetooth/bluez/input/ |
device.h | 37 int rfcomm; /* RFCOMM socket */ member in struct:fake_input 38 uint8_t ch; /* RFCOMM channel number */
|
/development/samples/BluetoothChat/ |
_index.html | 7 <li>Establishing RFCOMM channels/sockets</li>
|
/external/bluetooth/bluez/ |
Makefile.am | 4 rfcomm compat cups test scripts doc
|
configure.ac | 60 rfcomm/Makefile
|
/external/bluetooth/bluez/test/ |
rctest.1 | 3 rctest \- RFCOMM testing 12 is used to test RFCOMM communications on the BlueZ stack
|
/external/bluetooth/bluez/serial/ |
proxy.c | 49 #include <bluetooth/rfcomm.h> 101 uint8_t channel; /* RFCOMM channel */ 104 GIOChannel *rfcomm; /* Remote RFCOMM channel*/ member in struct:serial_proxy 114 if (prx->rfcomm) { 115 g_io_channel_shutdown(prx->rfcomm, TRUE, NULL); 116 g_io_channel_unref(prx->rfcomm); 117 prx->rfcomm = NULL; 179 uuid_t uuid, root_uuid, l2cap, rfcomm; local 209 sdp_uuid16_create(&rfcomm, RFCOMM_UUID) [all...] |
/frameworks/base/obex/javax/obex/ |
ObexTransport.java | 43 * connection which carries the OBEX protocol( such as TCP, RFCOMM device file 44 * exposed by Bluetooth or USB in kernel, RFCOMM socket emulated in Android 52 * RFCOMM device file medium may be constructed from a file descriptor or simply
|
/external/bluetooth/hcidump/ |
Android.mk | 30 parser/rfcomm.c \
|
/frameworks/base/core/jni/ |
android_bluetooth_BluetoothAudioGateway.cpp | 52 #include <bluetooth/rfcomm.h> 140 LOGV("HF RFCOMM channel = %d.", nat->hf_ag_rfcomm_channel); 141 LOGV("HS RFCOMM channel = %d.", nat->hs_ag_rfcomm_channel); 217 LOGI("Successful accept() on AG socket %d: new socket %d, address %s, RFCOMM channel %d", 267 LOGI("Setting HF AG server socket to RFCOMM port %d!", 312 LOGI("Setting HF AG server socket to RFCOMM port %d!", 318 LOGI("Setting HS AG server socket to RFCOMM port %d!", 350 LOGE("listening select() on RFCOMM sockets: %s (%d)", 374 // LOGI("Setting HF AG server socket %d to RFCOMM port %d!", 382 // LOGI("Setting HS AG server socket %d to RFCOMM port %d!", [all...] |
android_bluetooth_HeadsetBase.cpp | 38 #include <bluetooth/rfcomm.h> 128 LOGW("RFCOMM poll() returned success (%d), " 238 LOGE("%s: Could not create RFCOMM socket: %s\n", __FUNCTION__, 251 LOGE("%s: Can't set RFCOMM link mode", __FUNCTION__); 287 LOGV("RFCOMM socket is already connected or connection is in progress."); 296 LOGE("%s: Could not create RFCOMM socket: %s\n", __FUNCTION__, 309 LOGE("%s: Can't set RFCOMM link mode", __FUNCTION__); 313 LOGI("Created RFCOMM socket fd %d.", nat->rfcomm_sock); 368 LOGI("RFCOMM is already connected!"); 373 LOGI("Re-opening RFCOMM socket.") [all...] |
/external/bluetooth/bluez/compat/ |
dun.c | 48 #include <bluetooth/rfcomm.h> 64 perror("Can't open RFCOMM control socket"); 133 sprintf(dev, "rfcomm%d", id); 210 snprintf(tty, size, "/dev/rfcomm%d", id); 212 snprintf(tty, size, "/dev/bluetooth/rfcomm/%d", id); 214 snprintf(tty, size, "/dev/rfcomm%d", id); 254 printf("rfcomm%d: %s channel %d pppd pid %d\n", 310 syslog(LOG_ERR, "RFCOMM TTY creation failed. %s(%d)", strerror(errno), errno);
|
/external/bluetooth/bluez/audio/ |
gateway.c | 105 GIOChannel *rfcomm; member in struct:gateway 130 gw->rfcomm_watch_id = g_io_add_watch(gw->rfcomm, 164 GIOChannel *rfcomm = gw->rfcomm; local 172 if (!io_channel_write_all(rfcomm, data, count)) 176 status = g_io_channel_read_chars(rfcomm, resp_buf, toread, 563 if (!gw->rfcomm) 564 gw->rfcomm = g_io_channel_ref(chan); 641 error("Unable to extract RFCOMM channel from service record"); 693 if (gw->rfcomm) 848 GIOChannel *rfcomm = gw->rfcomm; local 1116 GIOChannel *rfcomm = gw->rfcomm; local [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},
|
/external/bluetooth/bluez/tools/ |
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");
|