FaketoothAdvertisementData class

A class that represents the advertisement data for a Bluetooth Low Energy (BLE) peripheral in Faketooth.

This class defines the local name and service UUIDs associated with the peripheral's advertisement data.

Constructors

FaketoothAdvertisementData({String? localName, List<String>? serviceUUIDs})
Creates a new instance of FaketoothAdvertisementData.
const

Properties

hashCode int
The hash code for this object.
no setterinherited
localName String?
The local name of the peripheral.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serviceUUIDs List<String>?
The list of service UUIDs provided by the peripheral.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toArguments() Map<String, dynamic>
Converts the advertisement data to a map of arguments.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited