Interface TapkeyBleAdvertisingParser


  • public interface TapkeyBleAdvertisingParser
    Parser for Tapkey-specific advertising data.
    • Method Detail

      • parseAdvertisingData

        TapkeyAdvertisingData parseAdvertisingData​(byte[] advertisingData)
        Parses the specified advertising data.
        Parameters:
        advertisingData - the advertising data as returned by the bluetooth stack.
        Returns:
        the parsed data or null if the data couldn't be parsed.