Uses of Class
com.stollmann.terminalIO.TIOAdvertisement

Uses of TIOAdvertisement in com.stollmann.terminalIO
 

Methods in com.stollmann.terminalIO that return TIOAdvertisement
static TIOAdvertisement TIOAdvertisement.createFromScanRecord(java.lang.String localName, byte[] manufacturerSpecificData)
          // * @deprecated (exclude for javadoc documentation generation) Internal method to be called by TIOManager only; do not call from application code.
 TIOAdvertisement TIOPeripheral.getAdvertisement()
          Gets the TIOAdvertisement instance representing the latest advertisement received from the peripheral within a scan procedure.
 

Methods in com.stollmann.terminalIO with parameters of type TIOAdvertisement
static TIOPeripheral TIOPeripheral.createFromScanResult(BluetoothDevice device, TIOAdvertisement advertisement)
          // * @deprecated (exclude for javadoc documentation generation) Internal method to be called by TIOManager only; do not call from application code.
 boolean TIOAdvertisement.equals(TIOAdvertisement advertisement)
          Compares this instance to another TIOAdvertisement instance for equality of contents .
 boolean TIOPeripheral.updateWithAdvertisement(TIOAdvertisement advertisement)
          // * @deprecated (exclude for javadoc documentation generation) Internal method to be called by TIOManager only; do not call from application code.