Provides classes that manage Bluetooth functionality, such as scanning for
devices, connecting with devices, and managing data transfer between devices.
The Bluetooth API supports both "Classic Bluetooth" and Bluetooth Low Energy.
For more information about Classic Bluetooth, see the
Bluetooth guide.
For more information about Bluetooth Low Energy, see the
Bluetooth Low Energy guide.
The Bluetooth APIs let applications:
Scan for other Bluetooth devices (including Bluetooth Low Energy
devices)
Query the local Bluetooth adapter for paired Bluetooth devices
Establish RFCOMM channels/sockets
Connect to specified sockets on other devices
Transfer data to and from other devices
To perform Bluetooth communication using these APIs, an application must
declare the
Note:
Not all Android-powered devices provide Bluetooth functionality.