代码搜索:BlueTooth

找到约 4,983 项符合「BlueTooth」的源代码

代码结果 4,983
www.eeworm.com/read/292741/3941951

java nmeaparsertest.java

package org.j4me.bluetoothgps; import j2meunit.framework.*; import org.j4me.*; /** * Tests the NMEAParser class. It accepts raw NMEA data coming * in from the Bluetooth GPS de
www.eeworm.com/read/276787/4163561

control kernel-module-dtl1-cs.control

Package: kernel-module-dtl1-cs Version: 2.6.23-r14 Description: dtl1-cs kernel module; Bluetooth driver for Nokia Connectivity Card DTL-1 Section: kernel Priority: optional Maintainer: Angstrom Develo
www.eeworm.com/read/427620/1970239

java btclient.java

package com.j2medev.chapter9; import java.io.*; import java.util.*; import javax.bluetooth.*; import javax.microedition.io.Connector; import javax.microedition.io.StreamConnection; import java
www.eeworm.com/read/427620/1970246

java btclient.java

package com.j2medev.chapter9; import java.io.*; import java.util.*; import javax.bluetooth.*; import javax.microedition.io.Connector; import javax.microedition.io.StreamConnection; import java
www.eeworm.com/read/383868/2611216

makefile

# # Makefile for the Linux Bluetooth RFCOMM layer. # obj-$(CONFIG_BT_RFCOMM) += rfcomm.o rfcomm-y := core.o sock.o rfcomm-$(CONFIG_BT_RFCOMM_TTY) += tty.o
www.eeworm.com/read/377224/2704912

java l2cap_server.java

package net.benhui.btgallery.l2cap_bt; import javax.bluetooth.*; import javax.microedition.io.*; import net.benhui.btgallery.*; import net.benhui.btgallery.l2cap_gui.*; /** * * Title
www.eeworm.com/read/376375/2711425

java nmeaparsertest.java

package org.j4me.bluetoothgps; import j2meunit.framework.*; import org.j4me.*; /** * Tests the NMEAParser class. It accepts raw NMEA data coming * in from the Bluetooth GPS de
www.eeworm.com/read/357946/3010120

java btclient.java

package com.j2medev.chapter9; import java.io.*; import java.util.*; import javax.bluetooth.*; import javax.microedition.io.Connector; import javax.microedition.io.StreamConnection; import java
www.eeworm.com/read/357946/3010123

java btclient.java

package com.j2medev.chapter9; import java.io.*; import java.util.*; import javax.bluetooth.*; import javax.microedition.io.Connector; import javax.microedition.io.StreamConnection; import java
www.eeworm.com/read/292747/8335866

create_dev

#!/bin/sh # # Create Bluetooth devices in /dev # VHCI_MAJOR=10 VHCI_MINOR=250 RFCOMM_MAJOR=216 # # Create device for VHCI # if [ ! -c /dev/vhci ]; then mknod /dev/vhci c ${VHCI_MAJOR} ${VHCI_MINO