Example usage for Java android.bluetooth BluetoothManager fields, constructors, methods, implement or subclass
The text is from its open source code.
BluetoothAdapter | getAdapter() Get the default BLUETOOTH Adapter for this device. |
List | getConnectedDevices(int profile) Get connected devices for the specified profile. |
BluetoothGattServer | openGattServer(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. |