Lines Matching full:bluetooth
1 page.title=Bluetooth
20 <p>Android's Bluetooth stack uses BlueZ as the host stack.</p>
24 <p>The qualification notes mentioned below are example qualifications of the particular device in question. Each company has to re-qualify their product with Bluetooth SIG even if no changes are made to the Bluetooth stack.</p>
28 <p> Profiles like A2DP, AVRCP, HID, PAN and other bluetooth functionality like pairing and scanning use the Bluez userspace stack.</p>
30 <p>The diagram below offers a library-oriented view of the Bluetooth stack. Click <a href="bluetooth/bluetooth_process.html">Bluetooth Process Diagram</a> for a process-oriented view.</p>
40 <p>BlueZ is Bluetooth 2.1 compatible and should work with any 2.1 chipset and is backward compatibile with older Bluetooth versions. There are two integration points:</p>
43 <li>Bluetooth Power On / Off</li>
54 <a name="androidBluetoothPortingPowerOnOff"></a><h4>Bluetooth Power On / Off</h4>
56 <p>The method for powering on and off your bluetooth chip varies from Android V 1.0 to post 1.0.</p>
67 <p>To compile Android with Bluetooth support enabled, add the following line to <code>BoardConfig.mk</code>.
74 <p>To debug your bluetooth implementation, start by reading the logs (<code>adb logcat</code>) and look for ERRROR and WARNING messages regarding Bluetooth.
87 <p>If you compile your own system.img for Android, and <code>hciconfig -a</code> works but <code>hcitool</code> scan doesn't, try installing the firmware for the Bluetooth chipset. This firmware isn't yet available in the open source codebase, but you can <code>adb pull</code> and then <code>adb push</code>it from a stock T-Mobile G1 (located in <code>/etc/firmware/brf6300.bin</code>).<br />
91 <p>BlueZ provides a rich set of command line tools for debugging and interacting with the Bluetooth sub-system, including:</p>
104 <p>This section provides a change history of Bluetooth features added in each Android release and provides some rough guidance as to future features. </p>
109 <li>Bluetooth 2.0+EDR host stack</li>
118 <h5>Qualifications for HTC G1 product. Each company reusing this software version has to re-qualify with Bluetooth SIG</h5>
129 <p>No Bluetooth changes since 1.0</p>
135 <li>Bluetooth 2.0+EDR host stack</li>
148 <li>Stereo Bluetooth (A2DP 1.2) in Source role</li>
160 <h5>Qualifications for HTC Sapphire product. Each company reusing this software version has to re-qualify with Bluetooth SIG</h5>
169 <li>Bluetooth 2.1+EDR host stack</li>
183 <li>Stereo Bluetooth (A2DP 1.2) in Source role</li>
203 <li>Using Java Bluetooth APIs, an Android application can peform the
206 <li>Scan for other Bluetooth devices </li>
207 <li>Query the local Bluetooth adapter for paired Bluetooth devices </li>
213 <li>Support for Bluetooth enabled car and desk docks</li>
252 <li>Bluetooth emulator support</li>
253 <li>Bluetooth Low Energy </li>