代码搜索结果

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

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

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

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

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

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

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

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

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

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

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