export interface IBluetoothAdvertisement { id: string; name?: string; rssi?: number; manufacturerData?: Record; }