代码搜索结果

找到约 4,983 项符合 Bluetooth 的代码

makefile

# # Makefile for USB Class drivers # (one step up from the misc category) # obj-$(CONFIG_USB_ACM) += cdc-acm.o obj-$(CONFIG_USB_AUDIO) += audio.o obj-$(CONFIG_USB_BLUETOOTH_TTY) += bluetty.o obj-$(

makefile

# # Makefile for USB Class drivers # (one step up from the misc category) # obj-$(CONFIG_USB_ACM) += cdc-acm.o obj-$(CONFIG_USB_AUDIO) += audio.o obj-$(CONFIG_USB_BLUETOOTH_TTY) += bluetty.o obj-$(

gobangmidlet.java

import javax.microedition.midlet.*; import javax.microedition.lcdui.*; import javax.bluetooth.*; import javax.microedition.io.*; import java.io.*; /** * 该类是应用程序的主类,实现了MIDlet的生命周期方法。 * 同时,该类

blueftp.jad

MIDlet-1: BlueFTP,/icon.png,MIDLET_Main MIDlet-Description: Bluetooth File Transfer OBEX FTP MIDlet-Jar-Size: 448448 MIDlet-Jar-URL: http://www.medieval.it/sw/BlueFTP.jar MIDlet-Name: BlueFTP MIDlet-P

blueftp_unsigned.jad

MIDlet-1: BlueFTP,/icon.png,MIDLET_Main MIDlet-Description: Bluetooth File Transfer OBEX FTP MIDlet-Jar-Size: 448448 MIDlet-Jar-URL: http://www.medieval.it/sw/BlueFTP.jar MIDlet-Name: BlueFTP MIDlet-P

makefile.am

if CONFIGFILES confdir = $(sysconfdir)/bluetooth conf_DATA = rfcomm.conf endif bin_PROGRAMS = rfcomm rfcomm_SOURCES = main.c parser.h parser.y lexer.l kword.h kword.c rfcomm_LDADD = @BLUEZ_LIBS@

makefile.am

if CONFIGFILES confdir = $(sysconfdir)/bluetooth conf_DATA = rfcomm.conf endif bin_PROGRAMS = rfcomm rfcomm_SOURCES = main.c parser.h parser.y lexer.l kword.h kword.c rfcomm_LDADD = @BLUEZ_LIBS@

consts.java

package com.intel.bluetooth.test; public class Consts { public static final String TEST_UUID = "27012f0c68af4fbf8dbe6bbaf7ab651b"; public static final String TEST_SERVERNAME_PREFIX = "bluecoveSrv

bluez-utils-compat.list

/bin/pand /etc/bluetooth/rfcomm.conf /bin/passkey-agent /sbin/bccmd /bin/l2ping /sbin/hciconfig /bin/sdptool /bin/hcitool /bin/l2test /bin/ciptool /bin/hidd /bin/rfcomm /sbin/hid2hci /sbin/hciemu /bin

btclient.java

import javax.bluetooth.*; import java.util.*; import javax.microedition.io.*; import java.io.*; /** * 该类用于客户端查找蓝牙设备,搜索蓝牙服务,建立到蓝牙服务器的连接。 */ public class BTClient implements Runnable, Discove