代码搜索结果
找到约 4,983 项符合
Bluetooth 的代码
arrayutilstest.java
/*
The Bluetooth Library for client-server communication
Copyright (C) 2006 Martin Vysny
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General
queuetest.java
/*
The Bluetooth Library for client-server communication
Copyright (C) 2006 Martin Vysny
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General
bluez-utils.postinst
#!/bin/sh
if test "x$D" != "x"; then
OPT="-r $D"
else
OPT="-s"
fi
update-rc.d $OPT bluetooth defaults 23 19
02dtl1_cs.sh
#!/bin/sh
case "$1" in
suspend)
if [ "`/sbin/hciconfig`" != "" ]; then
#If hciconfig outputs anything then there's probably a Bluetooth
# CF card in the slot so shut it down.
hcitool dc `
bluetoothconnection.java
package game.bluetooth;
import javax.microedition.io.*;
import java.io.*;
public class BluetoothConnection
{
private StreamConnection streamConnection;
private InputStream inputS
bluetoothconnection.java
package game.bluetooth;
import javax.microedition.io.*;
import java.io.*;
public class BluetoothConnection
{
private StreamConnection streamConnection;
private InputStream inputS
btprogressdlg.vb
'Filename : BTProgressDlg.vb
'Part of : Phone Navigator VB.NET example
'Description : Dialog for showing progress when searching for Bluetooth devices
'Version : 3.2
'
'This example is
btpassworddlg.vb
'Filename : BTPasswordDlg.vb
'Part of : Phone Navigator VB.NET example
'Description : Dialog for asking passkey for Bluetooth devices
'Version : 3.2
'
'This example is only to be used
btpairingdlg.cs
//Filename : BTPairingDlg.cs
//Part of : Phone Navigator C# example
//Description : Dialog for pairing Bluetooth devices
//Version : 3.2
//
//This example is only to be used with PC Co
ctl_a2dpd.c
/*
* Bluetooth Headset ALSA Plugin
*
* Copyright (c) 2006 by Fabien Chevalier
*
* This library is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General P