HomeSort by relevance Sort by last modified time
    Searched full:rfcomm (Results 51 - 75 of 87) sorted by null

1 23 4

  /development/pdk/docs/porting/
bluetooth.jd 20 <p>Android's Bluetooth stack uses BlueZ version 3.36 for GAP, SDP, and RFCOMM profiles, and is a SIG-qualified Bluetooth 2.0 + EDR host stack.</p>
116 <li>QDID B014524: Host stack (SDP, L2CAP, GAP, RFCOMM, SPP)</li>
158 <li>QDID B015261: Host stack (SDP, L2CAP, GAP, RFCOMM, SPP, AVCTP, AVRCP, GAVDP, AVDTP, A2DP)</li>
  /external/bluetooth/bluez/test/
btiotest.c 317 printf("Connecting to %s RFCOMM channel %u\n", dst, ch);
394 printf("Listening on RFCOMM channel %u\n", ch);
474 "RFCOMM channel" },
attest.c 39 #include <bluetooth/rfcomm.h>
  /external/bluetooth/hcidump/parser/
rfcomm.h 79 /* The values in the control field when sending ordinary rfcomm packets */
103 /* Define of some V.24 signals modem control signals in RFCOMM */
110 #define CTRL_CHAN 0 /* The control channel is defined as DLCI 0 in rfcomm */
parser.c 40 #include "rfcomm.h"
  /external/bluetooth/bluez/input/
manager.c 110 error("Invalid RFCOMM channel");
device.c 41 #include <bluetooth/rfcomm.h>
290 error("Hangup or error on rfcomm server socket");
362 fake->rfcomm = g_io_channel_unix_get_fd(chan);
376 fake->io = g_io_channel_unix_new(fake->rfcomm);
fakehid.c 225 error("Hangup or error on rfcomm server socket");
  /external/bluetooth/bluez/plugins/
echo.c 33 #include <bluetooth/rfcomm.h>
  /external/bluetooth/bluez/serial/
manager.c 49 #include <bluetooth/rfcomm.h>
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppTransfer.java 166 * RFCOMM connect fail is for outbound share only! Mark batch
177 * RFCOMM connected is for outbound share only! Create
604 /* create a Rfcomm Socket */
689 Log.e(TAG, "Rfcomm socket create error");
696 if (V) Log.v(TAG, "Rfcomm socket connection attempt took " +
709 Log.e(TAG, "Rfcomm socket connect exception ");
Constants.java 160 /** use TCP socket instead of Rfcomm Socket to develop */
  /external/bluetooth/bluez/
ChangeLog 290 Fix release before close issue with RFCOMM TTYs.
510 Check for RFCOMM connection state in SCO connect callback.
700 Add support for external commands to the RFCOMM utility.
707 Fix disconnect method for RFCOMM connections.
721 Update D-Bus based RFCOMM interface support.
    [all...]
  /external/bluetooth/bluez/compat/
sdp.c 571 uuid_t root_uuid, l2cap, rfcomm, dun; local
597 sdp_uuid16_create(&rfcomm, RFCOMM_UUID);
598 proto[1] = sdp_list_append(NULL, &rfcomm);
  /frameworks/base/docs/html/sdk/
android-2.0.jd 273 <li>Connect to a remote device using RFCOMM and send/receive data</li>
274 <li>Advertise RFCOMM services and listen for incoming RFCOMM connection</li>
  /frameworks/base/docs/html/guide/topics/wireless/
bluetooth.jd 59 <li>Establish RFCOMM channels</li>
264 the devices currently share an RFCOMM channel and are able to transmit data with
266 before an RFCOMM connection can be established. (Pairing is automatically performed
426 {@link android.bluetooth.BluetoothSocket} on the same RFCOMM channel. At this
435 opens an RFCOMM channel to the server.</p>
454 paired. Your RFCOMM connection attempt will block until the user has successfully paired,
515 android.bluetooth.BluetoothServerSocket#accept()}. Unlike TCP/IP, RFCOMM only allows one
643 accepts the connection, it will share the RFCOMM channel to use during the
    [all...]
  /external/bluetooth/bluez/doc/
device-api.txt 87 persistent binding. At the moment only RFCOMM TTY
  /frameworks/base/core/java/android/bluetooth/
BluetoothAudioGateway.java 26 * Listen's for incoming RFCOMM connection for the headset / handsfree service.
BluetoothClass.java 36 * performed when creating an RFCOMM socket with {@link
  /frameworks/base/core/java/android/server/
BluetoothService.java 109 /** Always retrieve RFCOMM channel for these SDP UUIDs */
    [all...]
  /frameworks/base/core/jni/
android_bluetooth_BluetoothSocket.cpp 33 #include <bluetooth/rfcomm.h>
39 ((t) == TYPE_RFCOMM ? "RFCOMM" : ((t) == TYPE_SCO ? "SCO" : "L2CAP"))
  /system/core/include/private/
android_filesystem_config.h 62 #define AID_NET_BT 3002 /* bluetooth: create sco, rfcomm or l2cap sockets */
  /external/bluetooth/bluez/common/
btio.c 34 #include <bluetooth/rfcomm.h>
1133 ERROR_FAILED(err, "socket(STREAM, RFCOMM)", errno);
glib-helper.c 38 #include <bluetooth/rfcomm.h>
  /external/bluetooth/bluez/rfcomm/
lexer.c 497 #include <bluetooth/rfcomm.h>
797 if (strncmp(yytext, "rfcomm", 6) == 0) {
799 return RFCOMM;
    [all...]

Completed in 58 milliseconds

1 23 4