代码搜索结果

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

bluetooth.jad

MIDlet-1: BTMIDlet,,com.j2medev.chapter8.bt.BTMIDlet MIDlet-Jar-Size: 15928 MIDlet-Jar-URL: bluetooth.jar MIDlet-Name: bluetooth MIDlet-Vendor: Vendor MIDlet-Version: 1.0 MicroEdition-Configurat

manifest.mf

MIDlet-1: BTMIDlet,,com.j2medev.chapter8.bt.BTMIDlet MIDlet-Vendor: Vendor MIDlet-Version: 1.0 MIDlet-Name: bluetooth MicroEdition-Configuration: CLDC-1.0 MicroEdition-Profile: MIDP-2.0

btimageclient.java

/* * @(#)BTImageClient.java 1.1 04/04/24 * * Copyright (c) 2004 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms */ package example.bluetooth.demo; // jsr08

btimageclient.java

/* * @(#)BTImageClient.java 1.1 04/04/24 * * Copyright (c) 2004 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms */ package example.bluetooth.demo; // jsr082 API im

makefile

include $(APPS)/Rules.elinux all: install: src/bluetooth.c include/btcommon.h ln -sfn ../../arch/cris/drivers/bluetooth/include ../../../../include/linux/bluetooth if ! grep arch/cris/drivers/blue

bluetooth.h

/* BlueZ - Bluetooth protocol stack for Linux Copyright (C) 2000-2001 Qualcomm Incorporated Written 2000,2001 by Maxim Krasnyansky This program is free software; you

bluetooth.h

/* BlueZ - Bluetooth protocol stack for Linux Copyright (C) 2000-2001 Qualcomm Incorporated Written 2000,2001 by Maxim Krasnyansky This program is free software; you

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

makefile

# # Makefile for the Linux Bluetooth BNEP layer. # obj-$(CONFIG_BT_BNEP) += bnep.o bnep-objs := core.o sock.o netdev.o

kconfig

config BT_BNEP tristate "BNEP protocol support" depends on BT && BT_L2CAP select CRC32 help BNEP (Bluetooth Network Encapsulation Protocol) is Ethernet emulation layer on top of Bluetooth.