Re: NOT_DISCOVERABLE discovery mode not handled correctly
Brought to you by:
juliencamp,
moritzg
I'm sorry, I just added an incorrect bug fix for the
NOT_DISCOVERED Bug. I suggested changing the if
statement to:
(mode > 0x9E8B3F || mode < 0x9E8B00 || mode != 0x0)
But it should be:
((mode > 0x9E8B3F || mode < 0x9E8B00) && (mode !=
0x0))
Kind regards,
Sander