douglasjunior / AndroidBluetoothLibrary

A Library for easy implementation of Serial Bluetooth Classic and Low Energy on Android. 💙
MIT License
224 stars 68 forks source link

Connection not working using other package name #38

Closed kamaljohnson closed 4 years ago

kamaljohnson commented 4 years ago

The connection works fine when using the default package name of the sample project, the connection stops working after changing the package name. the activity initiates StartScan() and then stops by calling StopScan() after some time. The project worked fine before changing the package name (com.github.douglasjunior.bluetoothsamplekotlin) -> (com.example.company) The project builds without any error.