代码搜索:BlueTooth

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

代码结果 4,983
www.eeworm.com/read/325701/3480732

cs sdprecordtemp.cs

using System; namespace OpenNETCF.Net.Bluetooth.Sdp { /// /// Summary description for SdpRecord. /// public class SdpRecordTemp { byte[] m_data; public SdpRe
www.eeworm.com/read/325701/3480741

cs bthns_blob.cs

using System; namespace OpenNETCF.Net.Bluetooth.Internal { /// /// /// internal abstract class BTHNS_BLOB : IDisposable { protected byte[] m_data; ///
www.eeworm.com/read/324920/3497684

makefile

# # Makefile for the Linux Bluetooth HIDP layer # obj-$(CONFIG_BT_HIDP) += hidp.o hidp-objs := core.o sock.o
www.eeworm.com/read/322770/3520749

java bluetoothutilities.java

package fildiv.jremcntl.tools.utilities; import javax.bluetooth.LocalDevice; public class BluetoothUtilities { public boolean isBluetoothUp() { boolean isUp = true; try { LocalDevice.
www.eeworm.com/read/316872/3590887

c 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
www.eeworm.com/read/316872/3590893

c 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
www.eeworm.com/read/316872/3606195

h 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
www.eeworm.com/read/316872/3606205

makefile

# # Makefile for the Linux Bluetooth HIDP layer # obj-$(CONFIG_BT_HIDP) += hidp.o hidp-objs := core.o sock.o
www.eeworm.com/read/308912/3710022

java masterslaveselect.java

package game.bluetooth; import game.tetris.*; import javax.microedition.lcdui.*; public class MasterSlaveSelect extends List implements CommandListener { private MainMIDlet midlet ;
www.eeworm.com/read/308912/3710024

java singlethread.java

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