/external/bluetooth/bluez/include/bluetooth/ |
Makefile.am | 5 bluetooth.h hci.h hci_lib.h sco.h l2cap.h \
|
sco.h | 32 /* SCO defaults */ 40 /* SCO socket address */
|
/frameworks/base/core/java/android/bluetooth/ |
ScoSocket.java | 29 * Simple SCO Socket. 30 * Currently in Android, there is no support for sending data over a SCO 32 * class is instead intended for management of the SCO socket lifetime, 71 if (VDBG) log(this + " SCO OBJECT CTOR"); 77 if (VDBG) log(this + " SCO OBJECT DTOR"); 86 /** Connect this SCO socket to the given BT address. 107 /** Accept incoming SCO connections. 127 if (DBG) log(this + " SCO OBJECT close() mState = " + mState);
|
/external/bluetooth/bluez/audio/ |
main.c | 105 debug("Refusing SCO from non-connected headset"); 110 error("Refusing non-HFP SCO connect attempt from %s", 121 debug("Refusing SCO from non-connected AG"); 133 debug("Accepted SCO connection from %s", addr); 169 error("Unable to start SCO server socket");
|
gateway.c | 43 #include <bluetooth/sco.h> 107 GIOChannel *sco; member in struct:gateway 501 debug("sco connection is released"); 502 g_io_channel_shutdown(gw->sco, TRUE, NULL); 503 g_io_channel_unref(gw->sco); 504 gw->sco = NULL; 529 gw->sco = g_io_channel_ref(chan); 535 g_io_add_watch(gw->sco, G_IO_ERR | G_IO_HUP | G_IO_NVAL, 1093 if (gw->sco) 1096 gw->sco = g_io_channel_ref(io) 1117 GIOChannel *sco = gw->sco; local [all...] |
audio.conf | 16 # SCO routing. Either PCM or HCI (in which case audio is routed to/from ALSA)
|
/frameworks/base/core/jni/ |
android_bluetooth_ScoSocket.cpp | 39 #include <bluetooth/sco.h> 59 /* Ideally, blocking I/O on a SCO socket would return when another thread 60 * calls close(). However it does not right now, in fact close() on a SCO 73 * Also note this class deals only with SCO connections, not with data 115 // max 1 thread per sco socket 124 uint16_t sco_pkt_type; // SCO packet types supported 159 LOGE("Unknown SCO Type (%s) skipping",key); 203 // Get Sco Settings from Parameters 207 uint16_t sco; local 210 sco = str2scoType(param) [all...] |
/system/bluetooth/tools/ |
sock_shutdown_test.c | 38 #include <bluetooth/sco.h> 44 SCO, 84 case SCO: 135 case SCO: 182 case SCO: 267 {"sco", SCO},
|
asocket_test.c | 38 #include <bluetooth/sco.h> 46 SCO, 102 case SCO: 153 case SCO: 213 case SCO: 252 case SCO: 695 {"sco", SCO},
|
/external/stlport/stlport/stl/config/ |
_como.h | 39 // other LINUX's, and older Caldera LINUX, Solaris/SPARC, SunOS, SCO UNIX, 51 // BETA4 Sept 2, 2000, Initial support for SCO UNIX + other UNIX x86 SVR3's 54 // More SCO support (though still incomplete) 59 // BETA9 Apr 7, 2001, Stronger SCO support + other UNIX x86 SVR3's 83 #ifdef __USING_x86SVR3x_WITH_COMO /* SCO et al */
|
/device/htc/dream-sapphire/tools/ |
btconfig.c | 28 #include <bluetooth/sco.h> 31 /* Use vendor-specific HCI commands to set up SCO over HCI pr PCM */ 223 0xE9, 0x05, // priority: TDD, page, page scan, inquiry, inquiry scan, sniff, SCO/eSCO 336 /* Use vendor-specific HCI commands to set up SCO over HCI or PCM */ 341 * Once this command is issued, it is valid for all new SCO channels 343 * SCO Connection type - Host (voice over HCI) or Codec 367 printf("Setting Vendor-specific SCO over %s.\n", 451 printf("Could not create SCO socket\n"); 463 printf("Could not bind SCO socket\n"); 470 printf("Connecting SCO socket...\n") [all...] |
/external/bluetooth/bluez/compat/ |
fakehid.txt | 18 <park state> <RSSI> <channel quality> <SCO link> <HV2 packets> 20 <power control> <transparent SCO> 100 <park state> <RSSI> <channel quality> <SCO link> <HV2 packets> 102 <power control> <transparent SCO>
|
/system/bluetooth/data/ |
audio.conf | 14 # SCO routing. Either PCM or HCI (in which case audio is routed to/from ALSA)
|
/frameworks/base/media/java/android/media/ |
AudioManager.java | 694 // Bluetooth SCO control 696 * Sticky broadcast intent action indicating that the bluetoooth SCO audio 708 * bluetooth SCO connection state. 715 * SCO audio channel is not established 720 * SCO audio channel is established 731 * Indicates if current platform supports use of SCO for off call use cases. 732 * Application wanted to use bluetooth SCO audio when the phone is not in call 735 * @return true if bluetooth SCO can be used for audio when not in call 745 * Start bluetooth SCO audio connection. 749 * to/from a bluetooth SCO headset while the phone is not in call [all...] |
/external/bluetooth/hcidump/src/ |
hcidump.8 | 103 Extract SCO audio data. 128 .IR sco ,
|
/external/libffi/ |
acinclude.m4 | 70 # Systems known to be in this category are Windows, VMS, and SCO Unix. 72 vms* | cygwin* | pe | mingw* | sco* | udk* )
|
/external/bluetooth/bluez/tools/ |
hciconfig.8 | 31 interface type, BD address, ACL MTU, SCO MTU, flags (up, init, running, raw, 208 Sets SCO MTU to 210 bytes and SCO buffer size to
|
/external/bluetooth/bluez/test/ |
scotest.c | 41 #include <bluetooth/sco.h> 111 syslog(LOG_ERR, "Can't get SCO connection information: %s (%d)", 187 syslog(LOG_ERR, "Can't get SCO connection information: %s (%d)", 267 syslog(LOG_ERR, "Can't get SCO options: %s (%d)", 335 printf("scotest - SCO testing\n"
|
hstest.c | 43 #include <bluetooth/sco.h> 240 perror("Can't connect SCO audio channel"); 245 fprintf(stderr, "SCO audio channel connected (handle %d, mtu %d)\n", sco_handle, sco_mtu);
|
btiotest.c | 404 printf("Connecting SCO to %s\n", dst); 435 printf("Listening for SCO connections\n"); 477 { "sco", 's', 0, G_OPTION_ARG_NONE, &opt_sco, 478 "Use SCO" },
|
/packages/apps/Phone/src/com/android/phone/ |
BluetoothHandsfree.java | 90 private boolean mPendingSco; // waiting for a2dp sink to suspend before establishing SCO 218 * incoming SCO connections, regardless of whether we have a listening 219 * SCO socket. So the best thing to do is always run a listening socket 273 // Close off the SCO sockets 563 if (DBG) log("A2DP suspended, completing SCO"); 696 // Open the SCO channel for the outgoing call. [all...] |
/external/bluetooth/bluez/src/ |
main.conf | 57 # connection stability issue or fail to setup SCO when the link is in park
|
/hardware/msm7k/libaudio-qsd8k/ |
AudioPolicyManager.cpp | 26 // Max volume for streams when playing over bluetooth SCO device while in call: -18dB 86 // if SCO device is requested but no SCO device is available, fall back to default case 249 // limit stream volume when in call and playing over bluetooth SCO device to
|
/device/htc/passion-common/tools/ |
btconfig.c | 28 #include <bluetooth/sco.h> 44 0x01, // Allow host sleep during SCO
|
/external/libpng/scripts/ |
README.txt | 39 makefile.sco => For SCO OSr5 ELF and Unixware 7 with Native cc
|