Bluetooth Radar 一款用于发现蓝牙设备, 传输文件和一些比较有趣的软件。
/** * Represents the local device Bluetooth adapter. The {@link BluetoothAdapter} * lets you perform fundamental Bluetooth tasks, such as initiate * device discovery, query a list of bonded (paired
BluetoothAdapter简介 BluetoothAdapter代表本地蓝牙设备适配器。BluetoothAdapter可以让我们执行基本的蓝牙任务,如发现蓝牙,查询蓝牙已配对列表,通过已知的MAC地址初始化一个BluetoothDevice实例,并且创建一个BluetoothServerSocket来监听其它设备的请求,启动蓝牙低功耗设备扫描等。 要获取代表本地蓝牙适配器Bluetooth
1. BluetoothAdapter.java/BluetoothService.java getState() local adapter state public static final int STATE_OFF = 10; public static final int STATE_TURNING_ON = 11; public static final int STATE_ON
Android 中文API (69) —— BluetoothAdapter 编辑文档 精品翻译文章 学分 +10 前言 本章内容是 Android.bluetooth.BluetoothAdapter,为Android蓝牙部分的章节翻译,版本为 Android 2.3 r1,翻译来自中山大学的"Android Club SYSU",欢迎访问他们的WIKI:http: //www.an
低功耗蓝牙开发对象按着android的API文档来一个一个对象获取就通了 http://www.android-doc.com/reference/android/bluetooth/package-summary.html 创建第一个对象 BluetoothManager 这个对象在activity的系统服务中 activity.getSystemService(Context.BLUETOOT
安卓平台提供对蓝牙通讯栈的支持,它允许设备和其他的蓝牙设备进行无线传输数据。 应用程序层通过安卓蓝牙API来调用蓝牙相关功能。这些API使程序无线连接蓝牙设备,并拥有P2P或多端无线连接的特性。 使用蓝牙API,安卓程序能: 扫描其他蓝牙设备 为可配对蓝牙设备查询蓝牙适配器。 建立RFCOMM通道 通过服务搜索来连接其他设备。 与其他设备进行数据传输。 管理多个连接。 基础知识 本文介绍了怎样使用
Code license: Apache License 2.0 Featured downloads: AndroidBluetoothAPI_0.3.jar AndroidBluetoothAPI_javadoc_0.3.zip AndroidBluetoothAPI_src_0.3.zip Important News Now (2009/10/27) that Android 2.0 su
Bluetooth相关的服务在SystemServer.java中被启动。 Slog.i(TAG, "Bluetooth Service"); bluetooth = new BluetoothService(context); ServiceManager.addService(BluetoothAd
BluetoothHeadsetClient 主要实现HFP协议,主要实现拨打、接听、挂断电话(AG侧、HF侧)、切换声道功能。 AG(Audio Gate)音频网关—音频设备输入输出网关 。 HF(Hands Free)免提—该设备作为音频网关的远程音频输入/输出机制,并可提供若干遥控功能。 在车载蓝牙中,手机侧是AG,车载蓝牙侧是HF,在android源代码中,将AG侧称为HFP/AG,将HF