代码搜索结果

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

sdprecordtemp.cs

using System; namespace OpenNETCF.Net.Bluetooth.Sdp { /// /// Summary description for SdpRecord. /// public class SdpRecordTemp { byte[] m_data; public SdpRe

bthns_blob.cs

using System; namespace OpenNETCF.Net.Bluetooth.Internal { /// /// /// internal abstract class BTHNS_BLOB : IDisposable { protected byte[] m_data; ///

makefile

# # Makefile for the Linux Bluetooth HIDP layer # obj-$(CONFIG_BT_HIDP) += hidp.o hidp-objs := core.o sock.o

bluetoothutilities.java

package fildiv.jremcntl.tools.utilities; import javax.bluetooth.LocalDevice; public class BluetoothUtilities { public boolean isBluetoothUp() { boolean isUp = true; try { LocalDevice.

bpa10x.c

/* * * Digianswer Bluetooth USB driver * * Copyright (C) 2004-2007 Marcel Holtmann * * * This program is free software; you can redistribute it and/or modify * it un

btusb.c

/* * * Generic Bluetooth USB driver * * Copyright (C) 2005-2007 Marcel Holtmann * * * This program is free software; you can redistribute it and/or modify * it under

bnep.h

/* BNEP protocol definition for Linux Bluetooth stack (BlueZ). Copyright (C) 2002 Maxim Krasnyansky This program is free software; you can redistribute it and/or modify it

makefile

# # Makefile for the Linux Bluetooth HIDP layer # obj-$(CONFIG_BT_HIDP) += hidp.o hidp-objs := core.o sock.o

masterslaveselect.java

package game.bluetooth; import game.tetris.*; import javax.microedition.lcdui.*; public class MasterSlaveSelect extends List implements CommandListener { private MainMIDlet midlet ;

singlethread.java

package game.bluetooth; import game.tetris.*; import javax.microedition.lcdui.*; public class SingleThread extends Thread { private MainMIDlet midlet; protected SingleThrea