@openhps/rf
    Preparing search index...

    Interface BLEBeaconClassifierOptions

    interface BLEBeaconClassifierOptions {
        frameFilter?: (frame: DataFrame) => boolean;
        name?: string;
        objectFilter?: (object: DataObject, frame?: DataFrame) => boolean;
        resetUID?: boolean;
        types: Constructor<BLEBeaconObject>[];
        uid?: string;
    }

    Hierarchy

    • ObjectProcessingNodeOptions
      • BLEBeaconClassifierOptions
    Index
    frameFilter?: (frame: DataFrame) => boolean

    Frame filter to specify what frames are processed by this node

    name?: string

    User friendly name of the node Used for querying a node by its name.

    objectFilter?: (object: DataObject, frame?: DataFrame) => boolean

    Object filter to specify what data object are processed by this node

    resetUID?: boolean

    Reset UIDs of detected beacons to the identifying information of the beacon. BLE beacons can change MAC addresses, which could result in data loss when not identifying beacons using the correct information.

    false
    
    types: Constructor<BLEBeaconObject>[]
    uid?: string

    Manually set the unique identifier of the node