Package 

Class BleAdvertisement


  • 
    public class BleAdvertisement
    
                        

    Parses a byte array representing a BLE advertisement into a number of "Payload Data Units" (PDUs). Created by dyoung on 4/14/15.

    • Method Summary

      Modifier and Type Method Description
      List<Pdu> getPdus() The list of PDUs inside the advertisement
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • BleAdvertisement

        BleAdvertisement(Array<byte> bytes)
    • Method Detail

      • getPdus

         List<Pdu> getPdus()

        The list of PDUs inside the advertisement