gattServices property

List<BlueZGattService> get gattServices

The Gatt services provided by this device.

Implementation

List<BlueZGattService> get gattServices =>
    _client.getGattServices(_object.path);