代码搜索结果

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

makefile

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

hci_bcsp.h

/* BlueCore Serial Protocol (BCSP) for Linux Bluetooth stack (BlueZ). Copyright 2002 by Fabrizio Gennari Based on hci_h4.c by Maxim Krasnyansky

hci_bcsp.c

/* BlueCore Serial Protocol (BCSP) for Linux Bluetooth stack (BlueZ). Copyright 2002 by Fabrizio Gennari Based on hci_h4.c by Maxim Krasnyansky

makefile

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

endpoint.java

package btchat; import javax.bluetooth.*; import javax.microedition.io.*; import java.io.*; import java.util.*; /** * BlueChat example application. * Originally published in Java Develope

util.java

package btchat; import javax.bluetooth.*; import java.util.Enumeration; import java.io.IOException; import java.util.Vector; /** * BlueChat example application. * Originally published in

hci_bcsp.h

/* BlueCore Serial Protocol (BCSP) for Linux Bluetooth stack (BlueZ). Copyright 2002 by Fabrizio Gennari Based on hci_h4.c by Maxim Krasnyansky

hci_bcsp.c

/* BlueCore Serial Protocol (BCSP) for Linux Bluetooth stack (BlueZ). Copyright 2002 by Fabrizio Gennari Based on hci_h4.c by Maxim Krasnyansky

make.kernel

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

makefile

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