appearance property

int appearance

External appearance of device, as found on GAP service. Appearance values are defined in the Bluetooth specification.

Implementation

int get appearance =>
    _object.getUint16Property(_deviceInterfaceName, 'Appearance') ?? 0;