代码搜索结果
找到约 4,983 项符合
Bluetooth 的代码
discovery_midlet.java
package net.benhui.btgallery.discovery_gui;
import javax.microedition.midlet.*;
import javax.microedition.lcdui.*;
import javax.bluetooth.*;
import java.util.*;
import net.benhui.btgallery.Util
spp_client.java
package net.benhui.btgallery.spp_bt;
import java.io.*;
import javax.bluetooth.*;
import javax.microedition.io.*;
import net.benhui.btgallery.spp_gui.*;
/**
*
* Title: Example Serial
spp_midlet.java
package net.benhui.btgallery.spp_gui;
import java.io.*;
import javax.bluetooth.*;
import javax.microedition.lcdui.*;
import javax.microedition.midlet.*;
import net.benhui.btgallery.bluelet.*;
util.java
package net.benhui.btgallery;
import javax.bluetooth.*;
//import javax.obex.*;
import java.util.Enumeration;
import java.io.IOException;
import java.util.*;
/**
* Title: A utility class
variant.hrh
#ifndef __VARIANT_HRH
#define __VARIANT_HRH
// #define NO_BLUETOOTH
// #define NO_TEST_BANDWIDTH
// Any localized string can be changed through this, too, e.g. like this:
// #ifdef qtn_movino_captio
variant.hrh
#ifndef __VARIANT_HRH
#define __VARIANT_HRH
// #define NO_BLUETOOTH
// #define NO_TEST_BANDWIDTH
// Any localized string can be changed through this, too, e.g. like this:
// #ifdef qtn_movino_captio
makefile
# manually choose if you want to use bluetooth
HAVE_BLUEZ = yes
ifeq ($(HAVE_BLUEZ), yes)
EXTRA_CFLAGS += -DHAVE_BLUEZ
EXTRAOBJS += bluez.o
EXTRA_LDFLAGS += -lbluetooth
endif
# manually
deviceclientcomm.java
package example.simple;
import java.io.IOException;
import java.io.InputStream;
import java.io.OutputStream;
import java.util.Vector;
import javax.bluetooth.BluetoothStateException;
import j
netdev.c
/*
BNEP implementation for Linux Bluetooth stack (BlueZ).
Copyright (C) 2001-2002 Inventel Systemes
Written 2001-2002 by
Cl閙ent Moreau
David Libault
core.c
/*
BNEP implementation for Linux Bluetooth stack (BlueZ).
Copyright (C) 2001-2002 Inventel Systemes
Written 2001-2002 by
Cl閙ent Moreau
David Libault