Welcome![Sign In][Sign Up]
Location:
Search - bluez

Search list

[JSP/JavaAndroidBluetoothAPI

Description: 一个用于在android环境下开发bluetooth的API 对与使用java在android上开发蓝牙很有帮助-An environment for the development of bluetooth in the android with the use of the API to develop bluetooth java helpful in the android
Platform: | Size: 19456 | Author: lzz | Hits:

[Linux-Unixbluez-4.22.tar

Description: Bluetooth协议栈源码,协助Bluetooth功能的开发-Bluetooth protocol stack source code to assist in the development of Bluetooth Function
Platform: | Size: 933888 | Author: chenshibin | Hits:

[Linux-Unixopenbt-20011021

Description: An open source bluetooth stack for Linux (and other operating systems). Support for SDP/L2CAP/RFCOMM.No further development is expected for this project as BlueZ has taken the official role as bluetooth stack for Linux.
Platform: | Size: 464896 | Author: me | Hits:

[JSP10Bluetooth

Description: bluetooth develompent for android
Platform: | Size: 12288 | Author: 高高 | Hits:

[Linux-Unixbluez-hcidump-1.42.tar

Description: 蓝牙HCI命令查看代码,对于编写蓝牙驱动有帮助-Bluetooth HCI command dump code
Platform: | Size: 150528 | Author: orin | Hits:

[androidBluetooth1.pdf.tar

Description: android bluetooth stack bluez introduction, internal document-android luetooth stack bluez introduction, internal document
Platform: | Size: 131072 | Author: doris | Hits:

[androidBluetoothChat

Description: 這一節的說明主要是針對 Linux 的環境,或者更嚴格的說是我還沒有發現 Blue Cove 以前的測試環境。現在 Windows XP SP2 之後已經支援藍芽的驅動程式,再加上 Blue Cove 以及藍芽設備,你就可以開始開發了。不過,我還是把以下的說明留下來當參考用。 兩部安裝了 Linux 的電腦,請確定這個版本的 Linux 內建支援 BlueZ。我們用的是 Fedora Core 1,你也可以參考 窮人的 Java Bluetooth 開發環境之建置 來建置你的開發環境。 依照 BlueZ 硬體相容清單 去採購你的藍芽裝置. 我用的是別人幫我買的 X-Micro 的 Bluetooth USB Dongle. 雖然這個設備並未出現在相容清單內,但是目前為止使用上都還蠻順利的。你可以在環境架好了以後,再去購買,如果發現不相容可以馬上退貨。 Linux 環境安裝有 J2SDK 1.4.x (or later) 以及 Rococo Software s Impronto Developer Kit for Linux. 安裝至少 bluez-libs 和 bluez-utils 套件。 請在兩部電腦上都利用以下指令來確定你的環境是正確的(# 為註解) -import java.io.* import javax.bluetooth.* public class LocalInfo { public static void main(String args[]) throws BluetoothStateException { LocalDevice localdev = null try { localdev = LocalDevice.getLocalDevice() } catch (BluetoothStateException e) { System.out.println("ERROR: cannot access local device") System.exit(1) } System.out.println("a local bluetooth device is found:") System.out.println(" Name: "+ localdev.getFriendlyName()) System.out.println("Address: "+ localdev.getBluetoothAddress()) System.out.println("\nIts device classes are:") DeviceClass devcla = localdev.getDeviceClass() System.out.println(devcla.toString()) System.out.println("Service Class: "+ devcla.getServiceClasses()) System.out.println("Major Device Class: "+ devcla.getMajorDeviceClass()) System.out.println("Minor Device Class: "+ devcla.getMinorDeviceClass()) } }
Platform: | Size: 93184 | Author: 紫陽 | Hits:

[Linux-Unix-based-on-bluez

Description: 关于蓝牙移植,怎么移植的文档,很好用,很有帮助-About Bluetooth transplant, how portable document, very good with helpful
Platform: | Size: 338944 | Author: 王东升 | Hits:

[androidjbluez-1.0

Description: JBluez是Bluez的JAVA版本,本源码包括bin和源码。 Android的蓝牙协议栈就是Bluez,但Android SDK中的蓝牙API提供的功能仅仅基于RFCOMM封装,如果要做其他的蓝牙开发,则需要使用一些Bluez及D-Bus的接口。-JBluez is the Bluez the JAVA version. Android Bluetooth protocol stack is Bluez, but the Android SDK Bluetooth API provides functionality based solely on the the RFCOMM package, if the need to do other Bluetooth development, you need to use some Bluez D-Bus interface.
Platform: | Size: 112640 | Author: wxb | Hits:

[Software Engineering55803223

Description: 现在蓝牙游戏手柄也可以在安卓下使用了。BluezIME蓝牙游戏手柄驱动,支持Zeemote JS1,BGP100,PhoneJoy等三种蓝牙游戏手柄,下面是用PhoneJoy蓝牙游戏手柄的演示视频。http://v.youku.com/v_show/id_XMjU3NDY4NjUy.html作者网页/下载连接:http://code.google.com/p/android-bluez-ime/ 使用前要先在android settings>语言的settings键盘/语言settings activate bluez-ime只要是支键盘输入法的游戏或软件都能用这款手柄。-Now a Bluetooth game handle can also be in the Android using. BluezIME Bluetooth game handle drive, support for Zeemote JS1, BGP100, PhoneJoy three Bluetooth game handle, here is using PhoneJoy Bluetooth handle game demo video. Http:\/\/v.youku.com\/v_show\/id_XMjU3NDY4NjUy.html author webpage/download link: http:\/\/code.google.com\/p\/android-bluez-ime\/ prior to the use of settings> language in Android settings settings activate bluez-ime \/language keyboard is a keyboard input method as long as the game or software can use this handle.
Platform: | Size: 87040 | Author: 啊啊啊 | Hits:

[Internet-Networkbluez-5.2

Description: bluetooth source code
Platform: | Size: 1717248 | Author: zxdwhy | Hits:

[Linux-Unixbluez-5.0

Description: linux下蓝牙内核代码,喜欢的可以参考-under linux the Bluetooth kernel code, and the like can refer
Platform: | Size: 1308672 | Author: 万志平 | Hits:

[OtherBluez_Linux_porting

Description: Bluez 蓝牙协议实现在s3c2410移植步骤。MS-Word 文档。-Bluez Bluetooth protocol step in s3c2410 transplant. MS-Word document.
Platform: | Size: 7168 | Author: Peter Lee | Hits:

[Linux-Unixaf_bluetooth

Description: BlueZ - Bluetooth protocol stack for Linux driver.
Platform: | Size: 4096 | Author: fouduzan | Hits:

[Linux-Unixcapi

Description: CMTP implementation for Linux Bluetooth stack (BlueZ).
Platform: | Size: 4096 | Author: yexiedin | Hits:

[Linux-Unixtty

Description: RFCOMM implementation for Linux Bluetooth stack (BlueZ).
Platform: | Size: 7168 | Author: wuibington | Hits:

[Linux-Unixhci_conn

Description: BlueZ - Bluetooth protocol stack for Linux
Platform: | Size: 5120 | Author: kajijun | Hits:

[Linux-Unixbluetooth-analyzer.1

Description: Bluez Analyzer Utility
Platform: | Size: 1024 | Author: shekhar | Hits:

[Linux-Unixlib

Description: BlueZ - Bluetooth protocol stack for Linux
Platform: | Size: 1024 | Author: rengqerci | Hits:

[Linux-Unixl2tp_core

Description: BlueZ - Bluetooth protocol stack for Linux
Platform: | Size: 12288 | Author: vouzerhen | Hits:
« 1 2 3 4 5 6 78 9 10 11 12 13 14 »

CodeBus www.codebus.net