Java android.bluetooth BluetoothManager fields, constructors, methods, implement or subclass

Example usage for Java android.bluetooth BluetoothManager fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for android.bluetooth BluetoothManager.

The text is from its open source code.

Constructor

Method

BluetoothAdaptergetAdapter()
Get the default BLUETOOTH Adapter for this device.
ListgetConnectedDevices(int profile)
Get connected devices for the specified profile.
BluetoothGattServeropenGattServer(Context context, BluetoothGattServerCallback callback)
Open a GATT Server The callback is used to deliver results to Caller, such as connection status as well as the results of any other GATT server operations.