services property
List<BluetoothService>
get
services
the discovered services
Implementation
List<BluetoothService> get services => _response.services.map((p) => BluetoothService.fromProto(p)).toList();