Interface

NM-1.0NMSettingBluetoothConstructorProps

interface ConstructorProps {
    bdaddr: string;
    name: string;
    type: string;
}

Hierarchy (View Summary)

Index
bdaddr: string
type: string
name: string