We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
My device has a MAC address starting with 00: 06: 6E. And the library in your kit sifts out my device, because there is a filter in BluetoothService:
BluetoothService
static final String[] MAC_ADDRESS_PREFIXES = new String[]{"00:19:01", "74:F0:7D"};
Is there any solution to this problem?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
My device has a MAC address starting with 00: 06: 6E. And the library in your kit sifts out my device, because there is a filter in
BluetoothService
:Is there any solution to this problem?
The text was updated successfully, but these errors were encountered: